Skip to content

Commit 5f5c9cc

Browse files
nicholasbishoplights0123
authored andcommitted
Update CI so that it runs on pushes and PRs
1 parent f797d83 commit 5f5c9cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: CI
22

33
on:
44
pull_request:
5+
branches:
6+
- master
57
push:
8+
branches:
9+
- master
610
schedule:
711
- cron: '0 1 * * *'
812

0 commit comments

Comments
 (0)