You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/10/17 19:48:53 UTC

[incubator-hop] branch 2.0.0 updated: HOP-3413: add 2.0.0 branch to github builds

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

hansva pushed a commit to branch 2.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/2.0.0 by this push:
     new 52e470c  HOP-3413: add 2.0.0 branch to github builds
     new 1807298  Merge pull request #1149 from hansva/2.0
52e470c is described below

commit 52e470cb494a4c0833079a348be93be7f90a209f
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Sun Oct 17 21:47:52 2021 +0200

    HOP-3413: add 2.0.0 branch to github builds
---
 .github/workflows/pr_build_code.yml | 2 +-
 .github/workflows/pr_build_docs.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/pr_build_code.yml b/.github/workflows/pr_build_code.yml
index 365ab06..ae9bbdd 100644
--- a/.github/workflows/pr_build_code.yml
+++ b/.github/workflows/pr_build_code.yml
@@ -24,7 +24,7 @@ on:
     paths-ignore:
       - 'docs/**'
   pull_request:
-    branches: [ 'master' ]
+    branches: [ 'master','2.0.0' ]
     paths-ignore:
       - 'docs/**'
 
diff --git a/.github/workflows/pr_build_docs.yml b/.github/workflows/pr_build_docs.yml
index 93a8a04..694e081 100644
--- a/.github/workflows/pr_build_docs.yml
+++ b/.github/workflows/pr_build_docs.yml
@@ -22,7 +22,7 @@ name: Hop PR Build (Documentation)
 on:
   push:
   pull_request:
-    branches: [ 'master' ]
+    branches: [ 'master','2.0.0' ]
     paths:
       - 'docs/**'