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:09:47 UTC

[camel] branch camel-3.1.x updated: Update pr build for 3.1.x gh actions

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 203fd39  Update pr build for 3.1.x gh actions
203fd39 is described below

commit 203fd39cbd415799f143e49e20332a8f0b58a913
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 26 13:09:33 2020 +0100

    Update pr build for 3.1.x gh actions
---
 .github/workflows/master-pr-build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/master-pr-build.yml b/.github/workflows/master-pr-build.yml
index 22d6bfe..feb6fc8 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -15,12 +15,12 @@
 # limitations under the License.
 #
 
-name: master pr build
+name: 3.1.x pr build
 
 on:
   pull_request:
     branches:
-      - master
+      - camel-3.1.x
 jobs:
   build:
     runs-on: ubuntu-latest