Skip to content

Commit 1b2b70b

Browse files
committed
Fix path matching for example test action
1 parent b734487 commit 1b2b70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
types: [opened, synchronize, reopened]
77
paths:
8-
- '/standard/*.md'
8+
- "standard/*.md"
99
workflow_dispatch:
1010
inputs:
1111
reason:

0 commit comments

Comments
 (0)