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:50 UTC

[camel] 01/03: GH Action: Run the deploy action also on 3.4.x

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 1613435e735e121bb4244e34e5b4fba6ee8ca198
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 12 11:33:14 2020 +0200

    GH Action: Run the deploy action also on 3.4.x
---
 .github/workflows/asf-snapshots-deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/asf-snapshots-deploy.yml b/.github/workflows/asf-snapshots-deploy.yml
index ce88160..ab8bdbb 100644
--- a/.github/workflows/asf-snapshots-deploy.yml
+++ b/.github/workflows/asf-snapshots-deploy.yml
@@ -43,7 +43,7 @@ jobs:
   deploy:
     runs-on: ubuntu-latest
     needs: build
-    if: github.ref == 'refs/heads/master'
+    if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/camel-3.4.x'
     env:
       NEXUS_DEPLOY_USERNAME: ${{ secrets.NEXUS_USER }}
       NEXUS_DEPLOY_PASSWORD: ${{ secrets.NEXUS_PW }}