File tree Expand file tree Collapse file tree 4 files changed +42
-8
lines changed Expand file tree Collapse file tree 4 files changed +42
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,13 @@ name: Build
22on :
33 push :
44 tags :
5- - ' v[0-9]+.[0-9]+.[0-9]+'
5+ - ' v[0-9]+.[0-9]+.[0-9]+-ubuntu'
6+ paths-ignore :
7+ - ' doc/**'
8+ - ' example/**'
9+ - ' .github/**'
10+ - ' .vscode/**'
11+ - ' *.md'
612
713jobs :
814 build :
Original file line number Diff line number Diff line change 11name : clang-format Check
2- on : [push, pull_request]
2+
3+ on :
4+ push :
5+ paths-ignore :
6+ - ' doc/**'
7+ - ' example/**'
8+ - ' .github/**'
9+ - ' .vscode/**'
10+ - ' *.md'
11+ pull_request :
12+ paths-ignore :
13+ - ' doc/**'
14+ - ' example/**'
15+ - ' .github/**'
16+ - ' .vscode/**'
17+ - ' *.md'
18+
319jobs :
420 formatting-check :
521 name : Formatting Check
1026 - ' src'
1127 - ' test'
1228 steps :
13- - uses : actions/checkout@v4
14- - name : Run clang-format style check for C/C++/Protobuf programs.
15- 16- with :
17- clang-format-version : ' 14'
18- check-path : ${{ matrix.path }}
29+ - uses : actions/checkout@v4
30+ - name : Run clang-format style check for C/C++/Protobuf programs.
31+ 32+ with :
33+ clang-format-version : ' 14'
34+ check-path : ${{ matrix.path }}
Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - ' v[0-9]+.[0-9]+.[0-9]+'
7+ paths-ignore :
8+ - ' doc/**'
9+ - ' example/**'
10+ - ' .github/**'
11+ - ' .vscode/**'
12+ - ' *.md'
713
814jobs :
915 prepare-env :
Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - ' v**-rc.[0-9]+'
7+ paths-ignore :
8+ - ' doc/**'
9+ - ' example/**'
10+ - ' .github/**'
11+ - ' .vscode/**'
12+ - ' *.md'
713
814jobs :
915 prepare-image :
You can’t perform that action at this time.
0 commit comments