mirror of
https://github.com/Jackett/Jackett
synced 2024-12-31 12:18:37 +00:00
ci/cd: include & exclude specific branches & paths
This commit is contained in:
parent
3921b6ad40
commit
a10cb878d9
1 changed files with 8 additions and 3 deletions
|
@ -14,14 +14,19 @@ trigger:
|
|||
batch: true
|
||||
branches:
|
||||
include:
|
||||
- '*'
|
||||
- master
|
||||
- test/*
|
||||
paths:
|
||||
exclude:
|
||||
- .github/*
|
||||
- .github
|
||||
- README.md
|
||||
- CONTRIBUTING.md
|
||||
|
||||
pr:
|
||||
branches:
|
||||
include:
|
||||
- '*'
|
||||
- master
|
||||
- test/*
|
||||
|
||||
stages:
|
||||
- stage: BuildJackett
|
||||
|
|
Loading…
Reference in a new issue