From 477171abac65d6e9cbea01a454c92787f9fbb93b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 18 Mar 2023 22:11:50 +0100 Subject: [PATCH] Fixed actions updater workflow --- .github/workflows/actions_updater.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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: