Skip to content

Commit fa6bfec

Browse files
authored
Run build check on push to main. (#134)
1 parent 6131771 commit fa6bfec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: CI
22

33
on:
44
pull_request:
5+
push:
6+
branches:
7+
- main
58

69
jobs:
710
build:

0 commit comments

Comments
 (0)