ci: avoid running tests twice for dependabot prs (#4350)

This commit is contained in:
David Knaack 2022-09-08 21:00:40 +02:00 committed by GitHub
parent 112d723877
commit 1e284347fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,8 @@
name: Main workflow
on:
push:
branches:
- master
paths-ignore:
- "docs/**"
- "**.md"