Allow CI to run on workflow dispatch
This commit is contained in:
parent
46835b475e
commit
cf3d8a1c2b
|
|
@ -1,4 +1,6 @@
|
||||||
on: push
|
on:
|
||||||
|
- push
|
||||||
|
- workflow_dispatch
|
||||||
|
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue