feat: 添加对 copilot 分支的支持

This commit is contained in:
hailaz
2025-09-18 10:36:42 +08:00
parent c3e517247d
commit c68b828af9
3 changed files with 6 additions and 0 deletions

View File

@ -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:

View File

@ -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:

View File

@ -14,6 +14,7 @@ on:
- feature/**
- enhance/**
- fix/**
- copilot/**
- feat/**
pull_request:
branches:
@ -23,6 +24,7 @@ on:
- feature/**
- enhance/**
- fix/**
- copilot/**
- feat/**
jobs: