From 9d787d0b09b777b6ae66bcc2cb366b1931c4e9d0 Mon Sep 17 00:00:00 2001 From: Jonathon Penix Date: Fri, 31 Oct 2025 16:01:41 -0700 Subject: [PATCH] [Github] Specify primary and release branches for preflight checks In theory this way we won't have to fiddle with this every time we branch. Signed-off-by: Jonathon Penix --- .github/workflows/qcom-preflight-checks.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qcom-preflight-checks.yml b/.github/workflows/qcom-preflight-checks.yml index 4799efed7f6e..8d8a5007c1d4 100644 --- a/.github/workflows/qcom-preflight-checks.yml +++ b/.github/workflows/qcom-preflight-checks.yml @@ -3,9 +3,13 @@ on: # FIXME: these branch targets might need to be revisited to make this work # as we create new release branches. pull_request_target: - branches: [ "qualcomm-software" ] + branches: + - 'qualcomm-software' + - 'release/qualcomm-software/**' push: - branches: [ "qualcomm-software" ] + branches: + - 'qualcomm-software' + - 'release/qualcomm-software/**' workflow_dispatch: permissions: