File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: autofix.ci
22on :
33 pull_request :
44 branches : [develop]
5+ paths-ignore :
6+ - " tdesign-site/**"
7+ - " tdesign-adaptation/**"
8+ - " *.md"
59
610concurrency :
711 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change @@ -3,9 +3,16 @@ name: test-build
33on :
44 pull_request :
55 branches : [develop]
6- types : [opened, synchronize, reopened]
6+ paths-ignore :
7+ - " tdesign-site/**"
8+ - " tdesign-adaptation/**"
9+ - " *.md"
710 push :
811 branches : [develop]
12+ paths-ignore :
13+ - " tdesign-site/**"
14+ - " tdesign-adaptation/**"
15+ - " *.md"
916
1017concurrency :
1118 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
You can’t perform that action at this time.
0 commit comments