diff --git a/.github/workflows/digestabot.yml b/.github/workflows/digestabot.yml index c0cbe51..0847d91 100644 --- a/.github/workflows/digestabot.yml +++ b/.github/workflows/digestabot.yml @@ -1,10 +1,9 @@ name: Image digest update on: - workflow_dispatch: - schedule: - # At the end of every day - - cron: "0 0 * * *" + push: + branches: + - main jobs: image-update: