mirror of
https://github.com/bytedance/g3.git
synced 2026-04-28 11:40:54 +00:00
update CI trigger event
This commit is contained in:
parent
3e8a46d59d
commit
0ae09830f1
2 changed files with 14 additions and 2 deletions
8
.github/workflows/linux.yml
vendored
8
.github/workflows/linux.yml
vendored
|
|
@ -1,6 +1,12 @@
|
|||
name: Linux-CI
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'ansible/**'
|
||||
- 'doc/**'
|
||||
- 'demo/**'
|
||||
- 'scripts/**'
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue