You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2022/08/29 17:02:57 UTC

[qpid-jms] 01/03: NO-JIRA: add workflow_dispatch trigger to GHA config

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

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

commit a080f5c5edf910f73a7e7d6448c9038ce61ee1bb
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Aug 29 12:51:13 2022 +0100

    NO-JIRA: add workflow_dispatch trigger to GHA config
---
 .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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org