Merge pull request #220 from ronivay/chore/workflow-dispatch-actions

chore: allow manually triggering actions
This commit is contained in:
Roni Väyrynen
2024-02-24 12:48:38 +02:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ on:
paths:
- 'xo-install.sh'
- 'xo-vm-import.sh'
workflow_dispatch:
jobs:
shellcheck:

View File

@@ -4,6 +4,8 @@ on:
paths:
- 'xo-install.sh'
- 'sample.xo-install.cfg'
workflow_dispatch:
jobs:
Test-Install:
runs-on: ubuntu-latest