Skip to content

Commit 602dd2f

Browse files
ci: fix duplicate CI runs by limiting push triggers to main branch (#9)
1 parent 0e19ac5 commit 602dd2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: CI
22

33
on:
44
push:
5+
branches: [ main ]
56
pull_request:
7+
branches: [ main ]
68

79
jobs:
810
test:

0 commit comments

Comments
 (0)