feat: build linux repositories

This commit is contained in:
Baptiste Augrain
2025-04-03 17:02:21 +02:00
parent c8c89ba8f0
commit f7ed0b2643
4 changed files with 32 additions and 4 deletions

View File

@@ -81,5 +81,5 @@ jobs:
- name: Dispatch builds
uses: peter-evans/repository-dispatch@v3
with:
event-type: 'stable'
event-type: stable
if: env.SHOULD_BUILD == 'yes' || github.event.inputs.force_dispatch == 'true'