CI: Trigger the appropiate build workflows based on changed files (#3880)

This commit is contained in:
Armin Schrenk
2025-06-02 16:57:30 +02:00
committed by GitHub
parent cd6b1cf129
commit a699a794a9
5 changed files with 46 additions and 19 deletions
+7 -1
View File
@@ -8,6 +8,12 @@ on:
version:
description: 'Version'
required: false
push:
paths:
- '.github/workflows/appimage.yml'
- 'dist/linux/appimage/**'
- 'dist/linux/common/**'
- 'dist/linux/resources/**'
env:
JAVA_DIST: 'temurin'
@@ -17,7 +23,7 @@ jobs:
get-version:
uses: ./.github/workflows/get-version.yml
with:
version: ${{ inputs.version }}
version: ${{ inputs.version }} #okay if not defined
build:
name: Build AppImage