mirror of
https://github.com/songquanpeng/one-api.git
synced 2026-01-14 06:04:49 +08:00
fix: add branch limitation and drop pull_request trigger for ci.yml
This commit is contained in:
2
.github/workflows/linux-release.yml
vendored
2
.github/workflows/linux-release.yml
vendored
@@ -4,6 +4,8 @@ permissions:
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
- '!*-alpha*'
|
||||
|
||||
Reference in New Issue
Block a user