Woodpecker CI: Do not trigger on Weblate MRs
This commit is contained in:
parent
093b156c65
commit
7575b7abc2
5 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
when:
|
||||
- event: pull_request
|
||||
path: [ "**/*.ex", "**/*.eex", "**/*.exs", "mix.lock", ".woodpecker/**" ]
|
||||
evaluate: 'CI_COMMIT_SOURCE_BRANCH != "weblate"'
|
||||
- event: push
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
path: [ "**/*.ex", "**/*.eex", "**/*.exs", "mix.lock", ".woodpecker/**" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue