Run workflow on demand or repository dispatch
This commit is contained in:
parent
8d6bc662fb
commit
185953a214
5
.github/workflows/spectesting.yml
vendored
5
.github/workflows/spectesting.yml
vendored
@ -5,6 +5,11 @@ on:
|
||||
paths-ignore:
|
||||
- 'CHANGELOG.md'
|
||||
- 'website/**'
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- 'spec-test-*'
|
||||
repository_dispatch:
|
||||
types: [prerelease]
|
||||
|
||||
jobs:
|
||||
setup-packet:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user