diff --git a/.github/workflows/actions_updater.yaml b/.github/workflows/actions_updater.yaml index 60363d0d..38061956 100644 --- a/.github/workflows/actions_updater.yaml +++ b/.github/workflows/actions_updater.yaml @@ -5,6 +5,9 @@ on: schedule: # Automatically run on every Sunday - cron: '0 0 * * 0' + - push: + branches: + - 'master' jobs: build: