Woodpecker CI: Allow manual develop release runs
This commit is contained in:
parent
93c155e4fa
commit
ee18feef7c
4 changed files with 10 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ when:
|
|||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
path: [ "**/*.ex", "**/*.eex", "**/*.exs", "mix.lock", ".woodpecker/**", "Dockerfile" ]
|
||||
- event: tag
|
||||
- event: manual
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
- event: manual
|
||||
branch: stable
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue