From 6134a27a5ea7fe47debac69d6f4a38ce86eda41b Mon Sep 17 00:00:00 2001 From: Nikolai Emil Damm Date: Tue, 19 Sep 2023 16:09:02 +0200 Subject: [PATCH] Update global workflows (#323) --- .github/workflows/auto-update.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yaml b/.github/workflows/auto-update.yaml index db754131..783d7288 100644 --- a/.github/workflows/auto-update.yaml +++ b/.github/workflows/auto-update.yaml @@ -1,7 +1,10 @@ name: autoupdate on: push: - branches: [master] + branches: + - main + - master + - trunk jobs: autoupdate: name: autoupdate