Skip to content

Commit 73773ec

Browse files
committed
fix
1 parent 1b4aed5 commit 73773ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-template-deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77
- master
88
paths:
99
- ".github/workflows/check-template-deps.yml"
10-
- "src/commands/new/templates/**-app"
10+
- "src/commands/new/templates/**-app/**"
1111
push:
1212
branches:
1313
- master
1414
paths:
1515
- ".github/workflows/check-template-deps.yml"
16-
- "src/commands/new/templates/**-app"
16+
- "src/commands/new/templates/**-app/**"
1717
workflow_dispatch:
1818

1919
concurrency:

0 commit comments

Comments
 (0)