Skip to content

Commit e8b02ad

Browse files
committed
ci: scope workflow triggers to main
1 parent 7cbb241 commit e8b02ad

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

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

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
8+
branches:
9+
- main
610

711
jobs:
812
typecheck-and-test:

0 commit comments

Comments
 (0)