chore: allow manually triggering actions
This commit is contained in:
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
@@ -4,6 +4,7 @@ on:
|
||||
paths:
|
||||
- 'xo-install.sh'
|
||||
- 'xo-vm-import.sh'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -4,6 +4,8 @@ on:
|
||||
paths:
|
||||
- 'xo-install.sh'
|
||||
- 'sample.xo-install.cfg'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
Test-Install:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user