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
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "**.md"
|
||||
|
|
Loading…
Reference in New Issue