ci: Re-run on schedule or manually

This commit is contained in:
Oliver Davies 2021-08-17 20:43:06 +01:00
parent 8576b027c9
commit 9fcfb9874b

View file

@ -6,6 +6,9 @@ on:
- main
paths-ignore:
- 'README.md'
schedule:
- cron: '0 12 15 * *'
workflow_dispatch:
env:
DOCKER_TAG: ${{ github.sha }}