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
|
name: Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'LICENSE'
|
- 'LICENSE'
|
||||||
|
|
Loading…
Reference in a new issue