Skip to content

Commit

Permalink
fix: Require lint for build steps (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ripixel committed Jul 3, 2020
1 parent e6ec40f commit 49e463e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,12 @@ workflows:
branches:
only: master
requires:
- lint
- build_and_version
- deploy_to_firebase_stg:
filters:
branches:
only: staging
requires:
- lint
- build_without_version

0 comments on commit 49e463e

Please sign in to comment.