Skip to content

Commit 2c5809f

Browse files
authored
Allow feature/** branches to trigger PR build/test (#2040)
1 parent d61f52b commit 2c5809f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/PR-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches:
99
- main*
1010
- feature*
11+
- feature/**
1112
types:
1213
- opened
1314
- synchronize

.github/workflows/PR-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
branches:
2222
- main*
2323
- feature*
24+
- feature/**
2425
types:
2526
- opened
2627
- synchronize

0 commit comments

Comments
 (0)