Skip to content

Commit

Permalink
fix(circleci): add jobs filters
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jun 15, 2019
1 parent 4b10872 commit 27c19b9
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 @@ -81,6 +81,12 @@ workflows:
jobs:
- test:
filters: *filter-only-master
- windowsbuild:
filters: *filter-only-master
- macbuild:
filters: *filter-only-master
- linuxbuild:
filters: *filter-only-master
- hold:
filters: *filter-only-master
type: approval
Expand Down

0 comments on commit 27c19b9

Please sign in to comment.