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

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


The following commit(s) were added to refs/heads/master by this push:
     new a1bd189  HOP-2805: avoid code build when changing docs
     new 527f448  Merge pull request #756 from hansva/master
a1bd189 is described below

commit a1bd1890acdee7d89577f6feec93b27ba5102ce1
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Sun Apr 18 12:33:19 2021 +0200

    HOP-2805: avoid code build when changing docs
---
 .github/workflows/pr_build_code.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pr_build_code.yml 
b/.github/workflows/pr_build_code.yml
index 95e2080..36ee539 100644
--- a/.github/workflows/pr_build_code.yml
+++ b/.github/workflows/pr_build_code.yml
@@ -21,6 +21,8 @@ name: Hop PR Build (Code)
 
 on:
   push:
+    paths-ignore:
+      - 'docs/**'
   pull_request:
     branches: ['master']
     paths-ignore:

Reply via email to