chore: allow manually triggering actions

This commit is contained in:
Roni Väyrynen
2024-02-24 12:48:17 +02:00
parent 8be35463cd
commit d57a0a5dea
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