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