From: Dave Miller Date: Mon, 15 Mar 2021 03:24:13 +0000 (-0400) Subject: No bug: Allow tests to be manually triggered so we can test the PRs that got missed... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c06f954df0d0fae57264cef8285812c766526ee;p=thirdparty%2Fbugzilla.git No bug: Allow tests to be manually triggered so we can test the PRs that got missed. CI breakfix --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4f8e5178..110f97056 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,8 @@ on: branches: [ main ] pull_request: branches: [ main ] + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: