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: