Skip to content

Commit 40499e7

Browse files
committed
added feature branches to pr and push builds
1 parent dc6aa4f commit 40499e7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test_and_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- OpenIdDict
66
- develop
7+
- 'feature/**'
78
tags: [ v**]
89
paths:
910
- '**'
@@ -17,6 +18,7 @@ on:
1718
branches:
1819
- OpenIdDict
1920
- develop
21+
- 'feature/**'
2022
tags: [ v**]
2123
paths:
2224
- '**'

0 commit comments

Comments
 (0)