Skip to content

Commit 9958b63

Browse files
committed
Make test trigger on PR to master
1 parent 819ddf8 commit 9958b63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: test
33
on:
44
push:
55
branches: [ master ]
6+
pull_request:
7+
branches: [ master ]
68
workflow_dispatch:
79
branches: [ master ]
810

0 commit comments

Comments
 (0)