mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore] Fix CI/CD snapshot / release (#4068)
🤦 Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4068 Co-authored-by: tobi <tobi.smethurst@protonmail.com> Co-committed-by: tobi <tobi.smethurst@protonmail.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
# https://woodpecker-ci.org/docs/usage/workflow-syntax#when---global-workflow-conditions
|
# https://woodpecker-ci.org/docs/usage/workflow-syntax#when---global-workflow-conditions
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: tag
|
||||||
branch: main
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
release:
|
release:
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
# https://woodpecker-ci.org/docs/usage/workflow-syntax#when---global-workflow-conditions
|
# https://woodpecker-ci.org/docs/usage/workflow-syntax#when---global-workflow-conditions
|
||||||
when:
|
when:
|
||||||
- event: tag
|
- event: push
|
||||||
|
branch: main
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
snapshot:
|
snapshot:
|
||||||
|
Reference in New Issue
Block a user