mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
workflows: allow manual dispatch
This commit is contained in:
parent
836d119795
commit
2f488a42ef
2 changed files with 1 additions and 1 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -3,6 +3,7 @@ name: Build lsfg-vk
|
|||
on:
|
||||
push:
|
||||
branches: ["release"]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
|
|||
1
.github/workflows/package.yml
vendored
1
.github/workflows/package.yml
vendored
|
|
@ -5,7 +5,6 @@ on:
|
|||
workflows: ["Build lsfg-vk"]
|
||||
types:
|
||||
- completed
|
||||
branches: ["release"]
|
||||
|
||||
jobs:
|
||||
package:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue