From f416dd910bf3ee80152bd9c0e54f936a9e31b91a Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 21 Nov 2024 11:31:57 +0100 Subject: [PATCH] Fix: Target correct branch for PRs Signed-off-by: Knut Ahlers --- .github/workflows/pr-regen-translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-regen-translations.yml b/.github/workflows/pr-regen-translations.yml index 356a266..8f831fe 100644 --- a/.github/workflows/pr-regen-translations.yml +++ b/.github/workflows/pr-regen-translations.yml @@ -4,7 +4,7 @@ name: pull-request-ci on: pull_request_target: types: ["opened", "synchronize", "reopened", "labeled", "unlabeled"] - branches: ["main"] + branches: ["master"] permissions: contents: write