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/02/26 12:10:12 UTC

[camel] branch camel-3.1.x updated: Gh action for push 3.1.x

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

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


The following commit(s) were added to refs/heads/camel-3.1.x by this push:
     new fa8b1e1  Gh action for push 3.1.x
fa8b1e1 is described below

commit fa8b1e19431c215df5546a895b6f4f4d0eeb7230
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 26 13:10:02 2020 +0100

    Gh action for push 3.1.x
---
 .github/workflows/master-push-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/master-push-build.yml b/.github/workflows/master-push-build.yml
index d434dcc..502d2f5 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -20,7 +20,7 @@ name: build
 on:
   push:
     branches:
-      - master
+      - camel-3.1.x
 jobs:
   build:
     runs-on: ubuntu-latest