Skip to content

Commit b46c656

Browse files
committed
ci: avoid duplicate pull request runs
1 parent 708bd71 commit b46c656

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

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

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
68

79
permissions:

0 commit comments

Comments
 (0)