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
1 changed files with 8 additions and 3 deletions

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