Skip to content

Commit f5ec33e

Browse files
committed
Run CI on main
1 parent ca732ee commit f5ec33e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: CI
22

33
on:
4-
- pull_request
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
510

611
jobs:
712
build-and-test:

0 commit comments

Comments
 (0)