Merge pull request #220 from ronivay/chore/workflow-dispatch-actions
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:
|
paths:
|
||||||
- 'xo-install.sh'
|
- 'xo-install.sh'
|
||||||
- 'xo-vm-import.sh'
|
- 'xo-vm-import.sh'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
shellcheck:
|
shellcheck:
|
||||||
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -4,6 +4,8 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- 'xo-install.sh'
|
- 'xo-install.sh'
|
||||||
- 'sample.xo-install.cfg'
|
- 'sample.xo-install.cfg'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Test-Install:
|
Test-Install:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user