mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 05:36:44 +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
|
batch: true
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- '*'
|
- master
|
||||||
|
- test/*
|
||||||
|
paths:
|
||||||
exclude:
|
exclude:
|
||||||
- .github/*
|
- .github
|
||||||
|
- README.md
|
||||||
|
- CONTRIBUTING.md
|
||||||
|
|
||||||
pr:
|
pr:
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- '*'
|
- master
|
||||||
|
- test/*
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- stage: BuildJackett
|
- stage: BuildJackett
|
||||||
|
|
Loading…
Reference in a new issue