diff --git a/.circleci/config.yml b/.circleci/config.yml index b8f9eca82..90cb238ba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,6 +20,11 @@ anchors: - master - beta - alpha + releases_and_forks: &releases_and_forks + - master + - beta + - alpha + - /pull\/[0-9]+/ # forks will have the branch set to /pull/ # All branches release_branch_filter: &release_branch_filter ignore: /.*/ @@ -343,7 +348,7 @@ workflows: <<: *ir_docs_config filters: branches: - ignore: *release_branch_names + ignore: *releases_and_forks # Allows for manual publishing of docs independent of deployment