Trigger build workflow when flatpak changes are made (#9105)

Trigger build all for changes under the flatpak folder
This commit is contained in:
cochcoder 2025-03-29 04:18:34 -04:00 committed by GitHub
parent 17d08aec41
commit 45221a2bea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@ on:
- 'localization/**'
- 'resources/**'
- ".github/workflows/build_*.yml"
- 'flatpak/**'
pull_request:
branches:
@ -27,6 +28,7 @@ on:
- 'BuildLinux.sh'
- 'build_release_vs2022.bat'
- 'build_release_macos.sh'
- 'flatpak/**'
workflow_dispatch: # allows for manual dispatch
inputs: