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
+4
View File
@@ -2,6 +2,10 @@ name: Build
on:
push:
paths:
- '.github/workflows/build.yml'
- 'pom.xml'
- 'src/**'
pull_request_target:
types: [labeled]