1
0
mirror of https://github.com/actions/download-artifact.git synced 2025-12-06 17:57:49 +01:00

Add paths ignore for md files

This commit is contained in:
Josh Gross
2020-05-11 09:48:46 -04:00
committed by GitHub
parent c898b9b624
commit 1e32d64f05

View File

@@ -2,6 +2,8 @@ name: "Code scanning - action"
on:
push:
paths-ignore:
- '**.md'
schedule:
- cron: '0 11 * * 5'