From bd7cc67f57f4f924d591010c35cd0c6171dd7c46 Mon Sep 17 00:00:00 2001 From: Franz <1286618+fjp@users.noreply.github.com> Date: Sat, 1 Apr 2023 20:57:50 +0200 Subject: [PATCH] Update diffbot_ci_action.yml Allow manually triggering build --- .github/workflows/diffbot_ci_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/diffbot_ci_action.yml b/.github/workflows/diffbot_ci_action.yml index bd7e3167..d213a082 100644 --- a/.github/workflows/diffbot_ci_action.yml +++ b/.github/workflows/diffbot_ci_action.yml @@ -4,7 +4,7 @@ name: CI # This determines when this workflow is run -on: [push, pull_request] # on all pushes and PRs +on: [push, pull_request, workflow_dispatch] # on all pushes and PRs # or more fine-grained # on: