mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
Fix pipeline workflow syntax
As per https://woodpecker-ci.org/docs/usage/workflow-syntax#event
This commit is contained in:
parent
ea0817f7b6
commit
275deb4d06
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user