mirror of
https://github.com/danbulant/jose
synced 2026-05-24 12:35:36 +00:00
ci: skip codeql for markdown changes
This commit is contained in:
parent
fcbc468d24
commit
495a7873a4
1 changed files with 5 additions and 1 deletions
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -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'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue