Add paths-ignore for md files

pull/78/head
Josh Gross 2020-05-11 09:48:08 -04:00 committed by GitHub
parent 1c797a4e6c
commit d6636db5bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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