We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ad129 commit 2be75a1Copy full SHA for 2be75a1
.github/workflows/build.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
pull_request:
6
workflow_dispatch:
7
+ schedule:
8
+ - cron: '31 1 1 * *' # Monthly: 01:31 UTC on day 1 of each month
9
+ # GitHub Actions load is high at minute 0, so avoid that
10
11
jobs:
12
build:
0 commit comments