From 1a7eed5bff736c1455b8c8f124bd7d35bf003feb Mon Sep 17 00:00:00 2001 From: Drew Short Date: Mon, 30 Dec 2019 12:47:28 -0600 Subject: [PATCH] Adding path ignores to build pipeline --- pipeline.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pipeline.yml b/pipeline.yml index fc0f644..eb10625 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -8,6 +8,13 @@ resources: private_key: | ((pull_key)) branch: master + ignore_paths: + - pipeline.yml + - scripts/upload_pipeline.sh + - README.md + - CONTRIBUTING.md + - LICENSE.md + - name: baphomet-js-git-develop type: git icon: git @@ -16,6 +23,12 @@ resources: private_key: | ((pull_key)) branch: develop + ignore_paths: + - pipeline.yml + - scripts/upload_pipeline.sh + - README.md + - CONTRIBUTING.md + - LICENSE.md jobs: - name: test