From a00b41851bb3a501b10830bd6b190104b67b8a08 Mon Sep 17 00:00:00 2001 From: Julien Date: Wed, 22 Nov 2023 02:40:37 +0100 Subject: [PATCH] Add CI branch to the pull_request_target --- .github/workflows/ghcr_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr_build.yml b/.github/workflows/ghcr_build.yml index 056726bad4..eab3782fc3 100644 --- a/.github/workflows/ghcr_build.yml +++ b/.github/workflows/ghcr_build.yml @@ -8,7 +8,7 @@ on: - "!.github/**" branches: ["ci"] pull_request_target: - branches: ["master"] + branches: ["master", "ci"] paths: - "**/*" - "!.github/**" # Important: Exclude PRs related to .github from auto-run