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 name: Compile
on: on:
push: push:
branches: branches:
- main - main
- test* - test*
workflow_dispatch: # Manual trigger added
jobs: jobs:
build-runspace: build-runspace:

View File

@ -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: