Skip to content

Commit 4210743

Browse files
execute test workflow additionally on pull requests to build contributors changes
1 parent 59fdc3a commit 4210743

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
branches-ignore:
1414
- 'main'
1515
- 'develop'
16+
pull_request:
17+
branches:
18+
- 'main'
19+
- 'develop'
1620

1721
permissions:
1822
contents: read

0 commit comments

Comments
 (0)