ci: Re-run on schedule or manually
This commit is contained in:
parent
8576b027c9
commit
9fcfb9874b
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -6,6 +6,9 @@ on:
|
|||
- main
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
schedule:
|
||||
- cron: '0 12 15 * *'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
DOCKER_TAG: ${{ github.sha }}
|
||||
|
|
Loading…
Reference in a new issue