diff --git a/.circleci/config.yml b/.circleci/config.yml index ad7fbff3eebff..854fc30fda6ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,8 +30,9 @@ deployable-branches-and-tags: &deployable-branches-and-tags tags: only: /[0-9]+(?:\.[0-9]+){2,}-palantir\.[0-9]+(?:\.[0-9]+)*/ branches: - only: master - + only: + - /palantir-.*/ + - master # Step templates