This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new 6ce8e31 Run workflows on the sbp branch as well as on main
6ce8e31 is described below
commit 6ce8e31691e8a84b0603805de6828bf17327b65c
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Jan 5 14:58:50 2026 +0000
Run workflows on the sbp branch as well as on main
---
.github/workflows/build.yml | 2 +-
.github/workflows/codeql.yaml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 04d563e..17e0943 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: Build and test
on:
push:
- branches: [main]
+ branches: [main, sbp]
pull_request:
branches: [main]
workflow_dispatch:
diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml
index 70be5c5..60b0bb9 100644
--- a/.github/workflows/codeql.yaml
+++ b/.github/workflows/codeql.yaml
@@ -2,9 +2,9 @@ name: CodeQL
on:
push:
- branches: [ "main" ]
+ branches: [main, sbp]
pull_request:
- branches: [ "main" ]
+ branches: [main]
schedule:
# Run every Monday at 5:30 AM UTC
- cron: '30 5 * * 1'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]