Skip to content

Commit ceb35cf

Browse files
committed
disable trigger for new-cli folder
1 parent 2e151e8 commit ceb35cf

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ on:
1010
paths:
1111
- '**'
1212
- '!docs/**'
13-
13+
- '!new-cli/**'
14+
1415
pull_request:
1516
branches:
1617
- main
1718
- 'support/*'
1819
paths:
1920
- '**'
2021
- '!docs/**'
22+
- '!new-cli/**'
2123

2224
repository_dispatch:
2325
types: [release]

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
paths:
1919
- '**'
2020
- '!docs/**'
21+
- '!new-cli/**'
2122
- '!.github/**'
2223
- .github/workflows/codeql-analysis.yml
2324

.github/workflows/format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
paths:
1111
- '**'
1212
- '!docs/**'
13+
- '!new-cli/**'
1314
- '!.github/**'
1415
- .github/workflows/format.yml
1516

@@ -20,6 +21,7 @@ on:
2021
paths:
2122
- '**'
2223
- '!docs/**'
24+
- '!new-cli/**'
2325
- '!.github/**'
2426
- .github/workflows/format.yml
2527

0 commit comments

Comments
 (0)