Woodpecker CI: Allow manual develop release runs

This commit is contained in:
Lain Soykaf 2026-05-02 15:04:40 +04:00
commit ee18feef7c
No known key found for this signature in database
4 changed files with 10 additions and 0 deletions

View file

@ -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