diff --git a/.github/workflows/actions_updater.yaml b/.github/workflows/actions_updater.yaml index 38061956..d842194c 100644 --- a/.github/workflows/actions_updater.yaml +++ b/.github/workflows/actions_updater.yaml @@ -2,12 +2,13 @@ name: GitHub Actions Version Updater # Controls when the action will run. on: + push: + branches: + - 'master' schedule: # Automatically run on every Sunday - cron: '0 0 * * 0' - - push: - branches: - - 'master' + jobs: build: