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/20 09:57:39 UTC

[camel-karaf] 01/02: Deploy GH Action: added workflow_dispatch

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

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

commit 7c22bcd19e7ebf06f664526f971aa0b3291d78ff
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 20 07:45:33 2020 +0200

    Deploy GH Action: added 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 7db17d1..ac7e20c 100644
--- a/.github/workflows/asf-snapshots-deploy.yml
+++ b/.github/workflows/asf-snapshots-deploy.yml
@@ -20,6 +20,7 @@ on:
   schedule:
     # Run at 3 during night
     - cron:  '0 3 * * *'
+  workflow_dispatch:
 
 jobs:
   build: