Skip to content

Commit 62a4779

Browse files
committed
allow to run the ci workflow when there are PRs for new-cli folder
1 parent bdda6a7 commit 62a4779

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
paths:
1212
- '**'
1313
- '!docs/**'
14-
- '!new-cli/**'
1514

1615
pull_request:
1716
branches:
@@ -20,7 +19,6 @@ on:
2019
paths:
2120
- '**'
2221
- '!docs/**'
23-
- '!new-cli/**'
2422

2523
repository_dispatch:
2624
types: [ release ]

0 commit comments

Comments
 (0)