未验证 提交 798d6c5e 编写于 作者: H hustjieke 提交者: GitHub

fix(github): ci/cd not can't trigger normally (#138) (#139)

上级 04aaf922
......@@ -2,11 +2,29 @@ name: Compile & MTR
on:
push:
branches: [ "main" ]
branches-ignore:
- main
paths-ignore:
- 'docs/**'
- 'website/**'
- '**.md'
- 'scripts/setup/**'
- '.devcontainer/**'
pull_request:
branches: [ "main" ]
paths-ignore:
- 'Docs/**'
- 'website/**'
- '**.md'
- 'scripts/**'
- 'install_scripts/**'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
PROTOC: protoc
jobs:
stonedb-build:
......
文件模式从 100755 更改为 100644
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册