summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-09-25 16:22:57 +0800
committer魏曹先生 <1992414357@qq.com>2025-09-25 16:22:57 +0800
commit647cc441eece20218d7387f37d94042e88042057 (patch)
treefc84566dbaa70a5281f8f80606001ca463f70231 /.github
parent6f190db1119f98a9847b9ba6d3b73ac4085b0361 (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')
-rw-r--r--.github/workflows/rust.yml4
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