chore: added workflow_dispatch
can be used to manually trigger test runs
This commit is contained in:
parent
5d6d0e2162
commit
f079348b93
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -5,6 +5,7 @@ on: # rebuild any PRs and main branch changes
|
|||
branches:
|
||||
- main
|
||||
- 'releases/*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build: # make sure build/ci work properly
|
||||
|
|
Loading…
Add table
Reference in a new issue