Commit ad3c17df authored by Robert Knight's avatar Robert Knight

Allow GitHub CI workflows to be dispatched manually

This should give us a way to trigger CI for a PR if GitHub has failed to
do so for any reason.
parent b831e628
......@@ -2,6 +2,7 @@ name: Continuous integration
on:
pull_request:
workflow_call:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment