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:
include:
- master
- test/*
- test/**
paths:
exclude:
- .github
@@ -26,7 +26,7 @@ pr:
branches:
include:
- master
- test/*
- test/**
paths:
exclude:
- .github