Skip to content

Commit a83b02a

Browse files
committed
ci: Only run push triggers on main branch
1 parent 3b8d0c6 commit a83b02a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

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

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

78
env:

0 commit comments

Comments
 (0)