mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-12-19 02:07:27 +08:00
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:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -1,7 +1,9 @@
|
||||
name: "build"
|
||||
|
||||
on:
|
||||
pull_request
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: "0 0 * * *" # Run everyday
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user