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:
parent
9410295844
commit
5bae8f37e0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue