Skip to content

Commit ff837e9

Browse files
committed
Update workflow to run on pushes to main branch
1 parent 428a5f2 commit ff837e9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: CI
22

3-
on: push
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
48

59
jobs:
610
test:

0 commit comments

Comments
 (0)