Add paths-ignore for md files
parent
1c797a4e6c
commit
d6636db5bd
|
@ -2,6 +2,8 @@ name: "Code scanning - action"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 6 * * 3'
|
- cron: '0 6 * * 3'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue