Skip to content

Commit 9a946c9

Browse files
committed
Only run on pushes to main branch
1 parent 8c88841 commit 9a946c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: CI
33
on:
44
pull_request:
55
push:
6+
branches:
7+
- main
68

79
jobs:
810
lint:

0 commit comments

Comments
 (0)