Skip to content

Commit

Permalink
Only run get_base_build on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite committed Feb 3, 2021
1 parent c1d2726 commit ca6bd97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -487,9 +487,15 @@ workflows:

# TODO: Test more persistent configurations?
- get_base_build:
filters:
branches:
only: master
requires:
- setup
- sizebot:
filters:
branches:
only: master
requires:
- get_base_build
- yarn_build_combined
Expand Down

0 comments on commit ca6bd97

Please sign in to comment.