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:00:51 UTC

[camel] 02/03: 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 regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2fb491148ba25562d8d70712c65ea8530cd8d525
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 12 11:39:25 2020 +0200

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

diff --git a/.github/workflows/asf-snapshots-deploy.yml b/.github/workflows/asf-snapshots-deploy.yml
index ab8bdbb..fab4fbb 100644
--- a/.github/workflows/asf-snapshots-deploy.yml
+++ b/.github/workflows/asf-snapshots-deploy.yml
@@ -20,6 +20,7 @@ on:
   schedule:
     # Run at 2 during night
     - cron:  '0 2 * * *'
+  workflow_dispatch:
 
 jobs:
   build: