We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71cfa06 commit 2911794Copy full SHA for 2911794
.github/workflows/build.yml
@@ -10,8 +10,8 @@ on:
10
pull_request:
11
branches:
12
- master
13
- # schedule:
14
- # - cron: '0 3 * * *' # run every day at 3AM (https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule)
+ schedule:
+ - cron: '0 3 * * *' # run every day at 3AM (https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule)
15
16
jobs:
17
0 commit comments