mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Fix pipeline workflow syntax
As per https://woodpecker-ci.org/docs/usage/workflow-syntax#event
This commit is contained in:
@@ -12,5 +12,8 @@ steps:
|
|||||||
#https://github.com/woodpecker-ci/woodpecker/issues/687
|
#https://github.com/woodpecker-ci/woodpecker/issues/687
|
||||||
|
|
||||||
when:
|
when:
|
||||||
event:
|
# Everything except cron (nightly) and deployment
|
||||||
exclude: ['cron', 'deployment']
|
- event: push
|
||||||
|
- event: pull_request
|
||||||
|
- event: tag
|
||||||
|
- event: manual
|
||||||
|
|||||||
@@ -12,5 +12,8 @@ steps:
|
|||||||
#https://github.com/woodpecker-ci/woodpecker/issues/687
|
#https://github.com/woodpecker-ci/woodpecker/issues/687
|
||||||
|
|
||||||
when:
|
when:
|
||||||
event:
|
# Everything except cron (nightly) and deployment
|
||||||
exclude: ['cron', 'deployment']
|
- event: push
|
||||||
|
- event: pull_request
|
||||||
|
- event: tag
|
||||||
|
- event: manual
|
||||||
|
|||||||
@@ -12,5 +12,8 @@ steps:
|
|||||||
#https://github.com/woodpecker-ci/woodpecker/issues/687
|
#https://github.com/woodpecker-ci/woodpecker/issues/687
|
||||||
|
|
||||||
when:
|
when:
|
||||||
event:
|
# Everything except cron (nightly) and deployment
|
||||||
exclude: ['cron', 'deployment']
|
- event: push
|
||||||
|
- event: pull_request
|
||||||
|
- event: tag
|
||||||
|
- event: manual
|
||||||
|
|||||||
Reference in New Issue
Block a user