mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 14:37:36 -06:00
Trigger build workflow when flatpak changes are made (#9105)
Trigger build all for changes under the flatpak folder
This commit is contained in:
parent
17d08aec41
commit
45221a2bea
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build_all.yml
vendored
2
.github/workflows/build_all.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue