Skip to content

Commit 30b9a2e

Browse files
committed
Fix paths-ignore yaml syntax
1 parent d2d28f5 commit 30b9a2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kubectl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
branches:
77
- "1-github-runner-manages-remote"
88
paths-ignore:
9-
- *.md
10-
- *.example
9+
- "*.md"
10+
- "*.example"
1111

1212
jobs:
1313
deploy:

0 commit comments

Comments
 (0)