run also on certain push events

This commit is contained in:
Armin Schrenk
2026-03-20 16:25:51 +01:00
parent c86d8ac6b8
commit 1af094692f

View File

@@ -8,6 +8,14 @@ on:
tag:
description: 'Release tag'
required: false
push:
branches-ignore:
- 'dependabot/**'
paths:
- '.github/workflows/linux-flatpak.yml'
- 'dist/linux/flatpak/**'
- 'dist/linux/common/**'
- 'dist/linux/resources/**'
jobs:
get-version: