From c0a85ffdb7e1adb5fc674f2df105c352d4481dc6 Mon Sep 17 00:00:00 2001 From: Alvin Huang <17609145+alvin-huang@users.noreply.github.com> Date: Thu, 13 Feb 2020 21:41:37 -0500 Subject: [PATCH] only run website workflow on docs/* branches (#7299) --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 742954af9..7809f5b0a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -635,6 +635,7 @@ workflows: branches: ignore: - stable-website + - /^docs\/.*/ - lint-consul-retry - go-fmt-and-vet: requires: @@ -659,6 +660,7 @@ workflows: branches: ignore: - stable-website + - /^docs\/.*/ - build-386: &require-check-vendor requires: - check-vendor @@ -671,6 +673,7 @@ workflows: branches: ignore: - stable-website + - /^docs\/.*/ - dev-upload-s3: &dev-upload requires: - dev-build @@ -726,6 +729,7 @@ workflows: branches: ignore: - stable-website + - /^docs\/.*/ - ember-build: requires: - frontend-cache