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

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