1
0
Fork 0
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:
ilike2burnthing 2024-05-29 06:02:10 +01:00 committed by GitHub
parent 67ee7664d9
commit f9b8c236ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,6 +27,11 @@ pr:
include:
- master
- test/*
paths:
exclude:
- .github
- README.md
- CONTRIBUTING.md
stages:
- stage: BuildJackett