1
0
Fork 0
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:
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
branches:
include:
- '*'
- master
- test/*
paths:
exclude:
- .github/*
- .github
- README.md
- CONTRIBUTING.md
pr:
branches:
include:
- '*'
- master
- test/*
stages:
- stage: BuildJackett