mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-09 15:12:44 +00:00
Add paths ignore for md files
This commit is contained in:
parent
c898b9b624
commit
1e32d64f05
1 changed files with 2 additions and 0 deletions
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue