Skip to content

Commit 535876b

Browse files
authored
Actually don't run zip on markdown changes. (#4830)
The nested folder regex did not work as expected.
1 parent 131e539 commit 535876b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'ZipBuilder/**'
77
- '.github/workflows/zip.yml'
88
# Don't run based on any markdown only changes.
9-
- '!ZipBuilder/**/*.md'
9+
- '!ZipBuilder/*.md'
1010
schedule:
1111
# Run every day at midnight(PST) - cron uses UTC times
1212
- cron: '0 8 * * *'

0 commit comments

Comments
 (0)