mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 15:57:50 +00:00
ci/cd: exclude paths for PRs too
This commit is contained in:
parent
67ee7664d9
commit
f9b8c236ae
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ pr:
|
|||
include:
|
||||
- master
|
||||
- test/*
|
||||
paths:
|
||||
exclude:
|
||||
- .github
|
||||
- README.md
|
||||
- CONTRIBUTING.md
|
||||
|
||||
stages:
|
||||
- stage: BuildJackett
|
||||
|
|
Loading…
Reference in a new issue