Remove the branch option and replace with just head-branch and base-branch

This commit is contained in:
Josh Dales
2023-01-28 22:30:05 -05:00
parent 2daf35ae4b
commit 231de6bc24
3 changed files with 38 additions and 18 deletions

View File

@@ -1,11 +1,11 @@
test-branch:
- branch: "^test/"
- head-branch: "^test/"
feature-branch:
- branch: "/feature/"
- head-branch: "/feature/"
bug-branch:
- branch: "^bug/|fix/"
- head-branch: "^bug/|fix/"
array-branch:
- branch: ["^array/"]
- head-branch: ["^array/"]