]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
No bug: Allow tests to be manually triggered so we can test the PRs that got missed...
authorDave Miller <justdave@mozilla.com>
Mon, 15 Mar 2021 03:24:13 +0000 (23:24 -0400)
committerDave Miller <justdave@mozilla.com>
Mon, 15 Mar 2021 03:24:13 +0000 (23:24 -0400)
.github/workflows/release.yml

index f4f8e5178364db6147b808ad32ffdd82d994c2c6..110f9705697d69321d9734bda1aa6718c763a2ff 100644 (file)
@@ -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: