Skip to content

Commit fb7ab5a

Browse files
authored
Change paths to ignore in workflow configuration
Updated paths to ignore all markdown files instead of just README.md.
1 parent f14b0e1 commit fb7ab5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
push:
77
branches: [ "main" ]
88
paths-ignore:
9-
- 'README.md'
9+
- '*.md'
1010
- '.github/workflows/release.yml'
1111
- 'toolbox/overlay-triplets/**'
1212
- 'toolbox/*.mlx'

0 commit comments

Comments
 (0)