ci: skip codeql for markdown changes

This commit is contained in:
Filip Skokan 2020-07-24 13:55:31 +02:00
parent fcbc468d24
commit 495a7873a4

View file

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