Skip to content

Commit 3d8301a

Browse files
committed
fix(ci): ensure main branch is specified for push events
1 parent 4c25fc7 commit 3d8301a

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
workflow_call:
79

0 commit comments

Comments
 (0)