diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-09-25 16:22:57 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-09-25 16:22:57 +0800 |
| commit | 647cc441eece20218d7387f37d94042e88042057 (patch) | |
| tree | fc84566dbaa70a5281f8f80606001ca463f70231 /.github/workflows/rust.yml | |
| parent | 6f190db1119f98a9847b9ba6d3b73ac4085b0361 (diff) | |
Update workflow trigger to release branch
- Change push and pull_request triggers from main branch to release branch
- This ensures CI/CD only runs on release branch for production builds
Diffstat (limited to '.github/workflows/rust.yml')
| -rw-r--r-- | .github/workflows/rust.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 794df56..071dc47 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,9 +2,7 @@ name: Rust CI on: push: - branches: ["main"] - pull_request: - branches: ["main"] + branches: ["release"] env: CARGO_TERM_COLOR: always |
