diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index 31cbe49..a2dd888 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -6,6 +6,10 @@ on: branches: - "master" + schedule: + # * is a special character in YAML so you have to quote this string + - cron: '0 */24 * * *' # Every 24 hours + jobs: release: