We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc85cd9 commit 9d6f198Copy full SHA for 9d6f198
.github/workflows/zip.yml
@@ -5,6 +5,8 @@ on:
5
paths:
6
- 'ZipBuilder/**'
7
- '.github/workflows/zip.yml'
8
+ # Don't run based on any markdown only changes.
9
+ - '!ZipBuilder/**/*.md'
10
schedule:
11
# Run every day at midnight(PST) - cron uses UTC times
12
- cron: '0 8 * * *'
0 commit comments