We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a78fc commit eabb034Copy full SHA for eabb034
1 file changed
.github/workflows/build-publish.yml
@@ -5,7 +5,8 @@ on:
5
branches:
6
- 'master'
7
schedule:
8
- - cron: '0 0 1 * *'
+ - cron: '0 0 1 * *' # Monthly
9
+ workflow_dispatch:
10
11
jobs:
12
docker:
0 commit comments