Update related to the change in CI testing (#3903)

* Update README badge for GitHub CI

* Run GitHub CI everyday as was done in Travis
This commit is contained in:
Dhruv Manilawala
2020-11-19 22:34:57 +05:30
committed by GitHub
parent bb693aa681
commit fe6885926f
2 changed files with 8 additions and 6 deletions

View File

@@ -1,7 +1,9 @@
name: "build"
on:
pull_request
pull_request:
schedule:
- cron: "0 0 * * *" # Run everyday
jobs:
build: