This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 209f5e88f86765f9afe14f7ae0c51d7111acde46
Author: Robbie Gemmell <[email protected]>
AuthorDate: Tue Aug 30 12:30:44 2022 +0100

    NO-JIRA: add workflow_dispatch trigger to GHA config
    
    (cherry picked from commit a080f5c5edf910f73a7e7d6448c9038ce61ee1bb)
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d504d700..516447d2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,6 +1,6 @@
 name: "Build"
 
-on: [push, pull_request]
+on: [push, pull_request, workflow_dispatch]
 
 jobs:
   build:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to