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

@@ -9,6 +9,8 @@ on:
description: 'Version'
required: false
push:
branches-ignore:
- 'dependabot/**'
paths:
- '.github/workflows/appimage.yml'
- 'dist/linux/appimage/**'

View File

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

View File

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

View File

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