From 2ba51c0de017d31af9b6e890b808367cc2769b1d Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Sun, 10 Jan 2021 12:32:10 +0100 Subject: [PATCH] chore(ci): add manual dispatch --- .github/workflows/pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e54d5c4..1af047f 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,6 +1,7 @@ name: Pull Request on: + workflow_dispatch: {} pull_request: branches: - main