diff options
| -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: |
