diff options
| author | 2025-04-27 21:33:39 +0000 | |
|---|---|---|
| committer | 2025-04-27 21:33:39 +0000 | |
| commit | 8bc0b06105ca481e17073359129a882772733b6c (patch) | |
| tree | 44eaf2e820fd0411be13f960d7e737064a51ea71 | |
| parent | [docs] clearer structure for "combining blocks and allows" section (#4065) (diff) | |
| download | gotosocial-8bc0b06105ca481e17073359129a882772733b6c.tar.xz | |
[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>
| -rw-r--r-- | .woodpecker/release.yaml | 3 | ||||
| -rw-r--r-- | .woodpecker/snapshot.yaml | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.woodpecker/release.yaml b/.woodpecker/release.yaml index 8fef22896..c403cb533 100644 --- a/.woodpecker/release.yaml +++ b/.woodpecker/release.yaml @@ -1,7 +1,6 @@ # https://woodpecker-ci.org/docs/usage/workflow-syntax#when---global-workflow-conditions when: - - event: push - branch: main + - event: tag steps: release: diff --git a/.woodpecker/snapshot.yaml b/.woodpecker/snapshot.yaml index 1a8079c9b..7d613ffd2 100644 --- a/.woodpecker/snapshot.yaml +++ b/.woodpecker/snapshot.yaml @@ -1,6 +1,7 @@ # https://woodpecker-ci.org/docs/usage/workflow-syntax#when---global-workflow-conditions when: - - event: tag + - event: push + branch: main steps: snapshot: |
