From dc85e4f4a4df4f9c7ed2e70e795ac8cadc7ef1a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 18 Mar 2023 22:05:03 +0100 Subject: [PATCH] Run actions updater on every push --- .github/workflows/actions_updater.yaml | 3 +++ 1 file changed, 3 insertions(+) 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: