Skip to content

Commit

Permalink
fixed typo in circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaltby committed Apr 29, 2019
1 parent a53bb60 commit f09c12a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,28 +133,28 @@ workflows:
filters:
branches:
only:
- devleop
- develop
- "make:win32":
requires:
- checkout
filters:
branches:
only:
- devleop
- develop
- "make:win64":
requires:
- checkout
filters:
branches:
only:
- devleop
- develop
- "make:linux":
requires:
- checkout
filters:
branches:
only:
- devleop
- develop
- "upload_artifacts":
requires:
- "make:mac"
Expand All @@ -164,4 +164,4 @@ workflows:
filters:
branches:
only:
- devleop
- develop

0 comments on commit f09c12a

Please sign in to comment.