Set CI to run on master (#349)
This commit is contained in:
parent
4562a0925a
commit
b718a2063d
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -1,11 +1,8 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
# NOTE: temporarily disabled because on-push currently uses up too many resources
|
||||
# push:
|
||||
# branches: [master]
|
||||
schedule:
|
||||
- cron: '0 21 * * *'
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user