1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-31 12:18:37 +00:00

ci/cd: allow for test branches with multiple /

e.g. `test/this/that`
This commit is contained in:
ilike2burnthing 2024-06-06 00:39:13 +01:00 committed by GitHub
parent 9410295844
commit 5bae8f37e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ trigger:
branches:
include:
- master
- test/*
- test/**
paths:
exclude:
- .github
@ -26,7 +26,7 @@ pr:
branches:
include:
- master
- test/*
- test/**
paths:
exclude:
- .github