don't trigger distribution builds for dependabot

This commit is contained in:
Armin Schrenk
2025-06-03 16:25:13 +02:00
parent 941b4e3652
commit 1da535e89c
4 changed files with 8 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ on:
default: false
type: boolean
push:
branches-ignore:
- 'dependabot/**'
paths:
- '.github/workflows/debian.yml'
- 'dist/linux/debian/**'