add manual trigger

This commit is contained in:
Chris Titus 2024-06-20 14:15:08 -07:00
parent 360cc15b4b
commit a735a02257
2 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,11 @@
name: Compile
on:
push:
branches:
push:
branches:
- main
- test*
workflow_dispatch: # Manual trigger added
jobs:
build-runspace:

View File

@ -5,6 +5,7 @@ on:
workflows: ["Compile"] #Ensure Compile winget.ps1 is done
types:
- completed
workflow_dispatch: # Manual trigger added
jobs:
build-runspace: