mirror of
https://github.com/bytedance/g3.git
synced 2026-04-30 12:40:40 +00:00
add pull_request CI trigger event
This commit is contained in:
parent
db46b5162d
commit
4fa5aab909
3 changed files with 12 additions and 0 deletions
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
|
|
@ -8,6 +8,10 @@ on:
|
|||
- 'demo/**'
|
||||
- 'scripts/**'
|
||||
- 'g3proxy/doc/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- 'rel/**'
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue