Add a new fixture and test for the branch checking

This commit is contained in:
Josh Dales
2021-08-07 15:12:02 -04:00
parent 6c50d09410
commit ee0e0eb513
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
test-branch:
- branch: "test/*"
feature-branch:
- branch: "*/feature/*"