1
0
Fork 0
mirror of synced 2026-06-05 15:05:14 +00: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
commit 1e32d64f05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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