Skip to content

Commit

Permalink
Set CI to run on master (bevyengine#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelOnFira authored and mrk-its committed Oct 6, 2020
1 parent f8c5ce5 commit 37e0ad3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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]

Expand Down

0 comments on commit 37e0ad3

Please sign in to comment.