Skip to content

Commit

Permalink
schedule daily Github Action build for master branch (#541)
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Bainian <brian97cbn@gmail.com>
  • Loading branch information
Briancbn committed Jul 6, 2020
1 parent 576e19b commit 5ff7884
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
@@ -1,6 +1,10 @@
name: CI

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *" # every day at midnight

jobs:
shellcheck:
Expand Down

0 comments on commit 5ff7884

Please sign in to comment.