ci: avoid running tests twice for dependabot prs (#4350)
This commit is contained in:
parent
112d723877
commit
1e284347fa
|
@ -1,6 +1,8 @@
|
||||||
name: Main workflow
|
name: Main workflow
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
- "**.md"
|
- "**.md"
|
||||||
|
|
Loading…
Reference in New Issue