Do not run the build pipeline on cron jobs

This commit is contained in:
Balazs Toldi
2023-08-13 21:54:51 +02:00
parent 1f4f3a475d
commit 04e022cbbc

View File

@@ -25,3 +25,5 @@ steps:
note: "This is an alpha release. Expect many bugs and unfinished features!" note: "This is an alpha release. Expect many bugs and unfinished features!"
when: when:
event: [ tag ] event: [ tag ]
when:
event: [ push, tag, pull_request ]