From eb2535e066c43e2463c94a82b840b0f80aa8894f Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Fri, 15 Jan 2021 17:03:46 +0100 Subject: [PATCH] Fire 'Update Components' workflow on push to main This results in the automatic rebase of an outstanding PR on merges to this branch, removing the need of manually firing it. Signed-off-by: Hidde Beydals --- .github/workflows/update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 6065db7f..52401de6 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -4,6 +4,8 @@ on: workflow_dispatch: schedule: - cron: "0 * * * *" + push: + branches: [main] jobs: update-components: