Merge pull request #1341 from luoliwoshang/fix-ci-duplicate-runs
ci: prevent duplicate workflow runs for xgopilot branches
This commit is contained in:
5
.github/workflows/release-build.yml
vendored
5
.github/workflows/release-build.yml
vendored
@@ -2,7 +2,10 @@ name: Release Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["**"]
|
||||
branches:
|
||||
- "**"
|
||||
- "!dependabot/**"
|
||||
- "!xgopilot/**"
|
||||
tags: ["*"]
|
||||
pull_request:
|
||||
branches: ["**"]
|
||||
|
||||
Reference in New Issue
Block a user