TEMP: Add workflow_dispatch.

This commit is contained in:
Jonathan Moody 2022-06-17 20:29:17 -04:00
parent 44ebfdffa5
commit 2dc90f77f4

View file

@ -1,5 +1,5 @@
name: ci
on: ["push", "pull_request"]
on: ["push", "pull_request", "workflow_dispatch"]
jobs: