Skip to content

Commit

Permalink
remove s from filter
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 26, 2018
1 parent 5523848 commit 9c1c0ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ workflows:
- develop-master:
requires:
- test
filters:
filter:
branches:
only: master
- release:
requires:
- develop-master
filters:
filter:
branches:
only: release

0 comments on commit 9c1c0ae

Please sign in to comment.