diff options
| author | 2025-04-27 21:33:39 +0000 | |
|---|---|---|
| committer | 2025-05-05 12:02:09 +0200 | |
| commit | 62538aafc868b421d334ab45170a96a40e4f4682 (patch) | |
| tree | 946aa7ff16664087ea2d64e469da972bc978e72c | |
| parent | [docs] clearer structure for "combining blocks and allows" section (#4065) (diff) | |
| download | gotosocial-62538aafc868b421d334ab45170a96a40e4f4682.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: |
