mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-12-22 05:51:30 -06:00
add manual trigger
This commit is contained in:
parent
360cc15b4b
commit
a735a02257
5
.github/workflows/compile.yaml
vendored
5
.github/workflows/compile.yaml
vendored
@ -1,10 +1,11 @@
|
|||||||
name: Compile
|
name: Compile
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- test*
|
- test*
|
||||||
|
workflow_dispatch: # Manual trigger added
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-runspace:
|
build-runspace:
|
||||||
|
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -5,6 +5,7 @@ on:
|
|||||||
workflows: ["Compile"] #Ensure Compile winget.ps1 is done
|
workflows: ["Compile"] #Ensure Compile winget.ps1 is done
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
|
workflow_dispatch: # Manual trigger added
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-runspace:
|
build-runspace:
|
||||||
|
Loading…
Reference in New Issue
Block a user