Skip to content

Commit b718a20

Browse files
authored
Set CI to run on master (#349)
1 parent 4562a09 commit b718a20

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: CI
22

33
on:
4-
# NOTE: temporarily disabled because on-push currently uses up too many resources
5-
# push:
6-
# branches: [master]
7-
schedule:
8-
- cron: '0 21 * * *'
4+
push:
5+
branches: [master]
96
pull_request:
107
branches: [master]
118

0 commit comments

Comments
 (0)