mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-09-05 20:07:25 +00:00
Publish section example for tag pushes
Adds an example for execution limiting publishes to situations where tags are pushed.
This commit is contained in:
Vendored
+6
@@ -30,4 +30,10 @@ publish:
|
||||
bintray:
|
||||
when:
|
||||
branch: feature/*
|
||||
|
||||
# or only publish when a tag is pushed
|
||||
|
||||
docker:
|
||||
when:
|
||||
event: tag
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user