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.
1 parent ad937f7 commit 91f307bCopy full SHA for 91f307b
.github/workflows/docker-image.yml
@@ -2,6 +2,8 @@ name: Docker Image CI
2
3
on:
4
workflow_dispatch:
5
+ schedule:
6
+ - cron: '45 22 * * 1'
7
# push:
8
# branches: [ "master" ]
9
# pull_request:
0 commit comments