Skip to content

Commit

Permalink
Prevent CircleCI from running on release-x-x
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed Nov 9, 2021
1 parent 79ced07 commit 9cb8216
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: 2
jobs:
build:
docker:
Expand Down Expand Up @@ -27,3 +26,12 @@ jobs:
- run: GATSBY_CPU_COUNT=1 GATSBY_SKIP_ADDON_PAGES=true yarn build
- run: yarn build-storybook
- run: yarn chromatic --storybook-build-dir storybook-static --exit-zero-on-changes

workflows:
version: 2
build:
jobs:
- build:
filters:
branches:
ignore: \^release-[0-9]+-[0-9]+$\

0 comments on commit 9cb8216

Please sign in to comment.