Skip to content

Commit 43ca117

Browse files
committed
Fix on: paths by adding wildcards
1 parent e32a5c4 commit 43ca117

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/debian.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Debian
33
on:
44
push:
55
paths:
6-
- .github/workflows/debian.yml
7-
- configs
8-
- recipes
6+
- '.github/workflows/debian.yml'
7+
- 'configs/**'
8+
- 'recipes/**'
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)