Skip to content

Commit 9d6f198

Browse files
authored
Don't run zip workflow on markdown changes. (#4818)
1 parent dc85cd9 commit 9d6f198

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/zip.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
paths:
66
- 'ZipBuilder/**'
77
- '.github/workflows/zip.yml'
8+
# Don't run based on any markdown only changes.
9+
- '!ZipBuilder/**/*.md'
810
schedule:
911
# Run every day at midnight(PST) - cron uses UTC times
1012
- cron: '0 8 * * *'

0 commit comments

Comments
 (0)