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

View File

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