Skip to content

Commit c762cc3

Browse files
committed
Run CI on pushes to main, otherwise on PRs
1 parent fa92c91 commit c762cc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: CI
22
on:
33
push:
4+
branches:
5+
- main
46
pull_request:
57
jobs:
68
unit_test:

0 commit comments

Comments
 (0)