You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/12 10:06:13 UTC

[camel-spring-boot] branch camel-spring-boot-3.4.x updated: Deploy GH Action: add trigger on workflow_dispatch

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

acosentino pushed a commit to branch camel-spring-boot-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.4.x by this push:
     new 87f72e9  Deploy GH Action: add trigger on workflow_dispatch
87f72e9 is described below

commit 87f72e9024d4a52a0cdc146ff84b668db401b241
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 12 12:05:54 2020 +0200

    Deploy GH Action: add trigger on workflow_dispatch
---
 .github/workflows/asf-snapshots-deploy.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/asf-snapshots-deploy.yml b/.github/workflows/asf-snapshots-deploy.yml
index 11928f1..13dd272 100644
--- a/.github/workflows/asf-snapshots-deploy.yml
+++ b/.github/workflows/asf-snapshots-deploy.yml
@@ -20,7 +20,8 @@ on:
   schedule:
     # Run at 3 during night
     - cron:  '0 4 * * *'
-
+  workflow_dispatch:
+  
 jobs:
   build:
     runs-on: ubuntu-latest