Stop dependabot causing double workflow runs.

(cherry picked from commit f74e8c8ba1b8d94b3fab00fecb0386942cc96024)
This commit is contained in:
Harald Kuhr 2023-05-24 18:48:15 +02:00
parent 1aeabff1d9
commit 7a8cbc40f8

View File

@ -1,6 +1,12 @@
name: CI name: CI
on: [ push, pull_request ] on:
push:
branches:
- '**'
- '!dependabot/**'
pull_request:
branches: [ 'master' ]
permissions: read-all permissions: read-all