This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch sbp
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git

commit edc3cd491663606830d6217e91dc42fcf3b03db7
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Feb 16 14:17:40 2026 +0000

    Add the arm branch to QA workflows
---
 .github/workflows/analyze.yml | 2 +-
 .github/workflows/build.yml   | 2 +-
 .github/workflows/codeql.yaml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml
index b212ccdb..68b2b922 100644
--- a/.github/workflows/analyze.yml
+++ b/.github/workflows/analyze.yml
@@ -2,7 +2,7 @@ name: Analyze using pre-commit hooks
 
 on:
   push:
-    branches: [main, sbp]
+    branches: [arm, main, sbp]
   pull_request:
     branches: [main]
   workflow_dispatch:
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d16b116c..b84e2321 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: Build and test
 
 on:
   push:
-    branches: [main, sbp]
+    branches: [arm, main, sbp]
   pull_request:
     branches: [main]
   workflow_dispatch:
diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml
index cec0ad0e..feb181ca 100644
--- a/.github/workflows/codeql.yaml
+++ b/.github/workflows/codeql.yaml
@@ -2,7 +2,7 @@ name: CodeQL
 
 on:
   push:
-    branches: [main, sbp]
+    branches: [arm, main, sbp]
   pull_request:
     branches: [main]
   schedule:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to