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
|
- main
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'README.md'
|
- 'README.md'
|
||||||
|
schedule:
|
||||||
|
- cron: '0 12 15 * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_TAG: ${{ github.sha }}
|
DOCKER_TAG: ${{ github.sha }}
|
||||||
|
|
Loading…
Reference in a new issue