We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54fa34a + e50500b commit f9aee4aCopy full SHA for f9aee4a
.github/workflows/build-binaries.yml
@@ -1,4 +1,11 @@
1
on:
2
+ schedule:
3
+ - cron: '0 4 * * 1-5'
4
+ # | | | | + day of week (0 - 6 or SUN-SAT)
5
+ # | | | +-- month (1 - 12 or JAN-DEC)
6
+ # | | +---- day of the month (1 - 31)
7
+ # | +------ hour (0 - 23)
8
+ # +-------- minute (0 - 59)
9
push:
10
tags:
11
- 2*.*.*
0 commit comments