1
0
Fork 0
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:
ilike2burnthing 2024-05-29 05:31:25 +01:00 committed by GitHub
parent 3921b6ad40
commit a10cb878d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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