ci: allow tests to be manually triggered
This commit is contained in:
parent
98fe68432a
commit
f9e58cea9b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Tests
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'LICENSE'
|
||||
|
|
Loading…
Reference in a new issue