Skip to content

Commit 0210b62

Browse files
chore(ci): do not trigger CI twice in pull requests (#21)
1 parent 43e640e commit 0210b62

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Test
22

33
on:
4-
- push
5-
- pull_request
4+
pull_request:
5+
push:
6+
branches:
7+
- main
68

79
jobs:
810
test:

0 commit comments

Comments
 (0)