workflows: allow manual dispatch

This commit is contained in:
PancakeTAS 2025-08-07 19:07:09 +02:00
parent 836d119795
commit 2f488a42ef
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -3,6 +3,7 @@ name: Build lsfg-vk
on:
push:
branches: ["release"]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always

View file

@ -5,7 +5,6 @@ on:
workflows: ["Build lsfg-vk"]
types:
- completed
branches: ["release"]
jobs:
package: