Skip to content

Commit 3a12e93

Browse files
authored
Restrict push trigger for test CI to main (#31)
1 parent c05ade0 commit 3a12e93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Test
33
on:
44
pull_request:
55
push:
6+
branches:
7+
- main
68

79
jobs:
810
test:

0 commit comments

Comments
 (0)