Skip to content

Commit bd64bda

Browse files
committed
Run test on pull request instead of push
1 parent 22441d5 commit bd64bda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: test
2-
on: [push]
2+
on:
3+
pull_request:
4+
branches: [main]
35

46
jobs:
57
test:

0 commit comments

Comments
 (0)