Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit c2bcc8f

Browse files
authored
Merge pull request #5722 from magento/ds_fix-actions
Fix syntax for paths to run Actions on
2 parents 811c563 + fdde49d commit c2bcc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77
- develop
88
paths:
9-
- '*.md'
9+
- '**.md'
1010

1111
jobs:
1212
test:

0 commit comments

Comments
 (0)