mirror of
https://gitee.com/johng/gf
synced 2026-06-29 10:31:34 +08:00
feat: 添加对 copilot 分支的支持
This commit is contained in:
2
.github/workflows/ci-main.yml
vendored
2
.github/workflows/ci-main.yml
vendored
@ -11,6 +11,7 @@ on:
|
||||
- feature/**
|
||||
- enhance/**
|
||||
- fix/**
|
||||
- copilot/**
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
@ -20,6 +21,7 @@ on:
|
||||
- feature/**
|
||||
- enhance/**
|
||||
- fix/**
|
||||
- copilot/**
|
||||
|
||||
# This allows a subsequently queued workflow run to interrupt previous runs
|
||||
concurrency:
|
||||
|
||||
2
.github/workflows/ci-sub.yml
vendored
2
.github/workflows/ci-sub.yml
vendored
@ -12,6 +12,7 @@ on:
|
||||
- feature/**
|
||||
- enhance/**
|
||||
- fix/**
|
||||
- copilot/**
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
@ -21,6 +22,7 @@ on:
|
||||
- feature/**
|
||||
- enhance/**
|
||||
- fix/**
|
||||
- copilot/**
|
||||
|
||||
# This allows a subsequently queued workflow run to interrupt previous runs
|
||||
concurrency:
|
||||
|
||||
2
.github/workflows/golangci-lint.yml
vendored
2
.github/workflows/golangci-lint.yml
vendored
@ -14,6 +14,7 @@ on:
|
||||
- feature/**
|
||||
- enhance/**
|
||||
- fix/**
|
||||
- copilot/**
|
||||
- feat/**
|
||||
pull_request:
|
||||
branches:
|
||||
@ -23,6 +24,7 @@ on:
|
||||
- feature/**
|
||||
- enhance/**
|
||||
- fix/**
|
||||
- copilot/**
|
||||
- feat/**
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user