This is an automated email from the ASF dual-hosted git repository.
Yicong-Huang pushed a commit to branch release/v1.1.0-incubating
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/release/v1.1.0-incubating by
this push:
new 9c5d999909 ci(1.1): enable build workflow on release branches (#4602)
9c5d999909 is described below
commit 9c5d99990967b71757e4417dd9f46a5821824ffa
Author: Yicong Huang <[email protected]>
AuthorDate: Fri May 1 01:01:59 2026 -0700
ci(1.1): enable build workflow on release branches (#4602)
### What changes were proposed in this PR?
Backport of #4595 to `release/v1.1.0-incubating`.
Adds `release/**` to the push-trigger list of the `Build` GitHub Actions
workflow so direct pushes to release branches (such as
`release/v1.1.0-incubating`) trigger CI.
### Any related issues, documentation, discussions?
Backports #4595 (closes #4594 on `main`).
### How was this PR tested?
- Cherry-picked the single-file change from #4595 (`90a92a3`) onto
`release/v1.1.0-incubating`; conflict-free.
- Verified `.github/workflows/github-action-build.yml` now lists
`release/**` under `on.push.branches` on this branch.
- CI itself will exercise the new trigger once this branch is
pushed/merged.
### Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Opus 4.7
---
.github/workflows/github-action-build.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/github-action-build.yml
b/.github/workflows/github-action-build.yml
index a0782f71aa..4d790e306c 100644
--- a/.github/workflows/github-action-build.yml
+++ b/.github/workflows/github-action-build.yml
@@ -25,6 +25,7 @@ on:
branches:
- 'ci-enable/**'
- 'main'
+ - 'release/**'
pull_request:
workflow_dispatch: