mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-02 00:32:55 +02:00
ci/cd: allow for test branches with multiple /
e.g. `test/this/that`
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user