TEMP: Add workflow_dispatch.

This commit is contained in:
Jonathan Moody 2022-06-17 20:29:17 -04:00 committed by Lex Berezhny
parent 1d0e17be21
commit d0b5a0a8fd

View file

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