1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-28 07:46:28 +00:00

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 name: Main workflow
on: on:
push: push:
branches:
- master
paths-ignore: paths-ignore:
- "docs/**" - "docs/**"
- "**.md" - "**.md"