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 2021/03/04 10:54:55 UTC

[qpid-dispatch] branch master updated: NO-JIRA: enable manual build trigger, useful to pick up recent proton master changes, or trigger a new run while retaining old logs

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

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


The following commit(s) were added to refs/heads/master by this push:
     new edcf14a  NO-JIRA: enable manual build trigger, useful to pick up recent proton master changes, or trigger a new run while retaining old logs
edcf14a is described below

commit edcf14a7b6c50d33736ad8e148b1cdf6057c3d2b
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Thu Mar 4 10:43:36 2021 +0000

    NO-JIRA: enable manual build trigger, useful to pick up recent proton master changes, or trigger a new run while retaining old logs
---
 .github/workflows/build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index eab948a..058a907 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -19,7 +19,7 @@
 
 name: Build
 
-on: [push, pull_request]
+on: [push, pull_request, workflow_dispatch]
 
 jobs:
   compile:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org