You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2021/02/03 15:24:43 UTC

[camel-k-runtime] branch master updated: chore(ci): add workflow_dispatch to build action

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
     new c82193c  chore(ci): add workflow_dispatch to build action
c82193c is described below

commit c82193c145446c635fc22c87d4ed39a05afc4d5f
Author: Luca Burgazzoli <lb...@users.noreply.github.com>
AuthorDate: Wed Feb 3 16:24:34 2021 +0100

    chore(ci): add workflow_dispatch to build action
---
 .github/workflows/ci-build.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 238b13b..b18e98a 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -38,7 +38,8 @@ on:
       - 'KEYS'
       - 'LICENSE'
       - 'NOTICE'
-      - 'Jenkinsfile'
+      - 'Jenkinsfile'  
+  workflow_dispatch:
 jobs:
   build:
     runs-on: ubuntu-latest