Skip to content

Commit

Permalink
🐛 Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peinan committed May 10, 2019
1 parent e0f9fb2 commit 583b1f3
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 @@ -44,13 +44,13 @@ workflows:
jobs:
- build-and-test:
filters:
branch:
ignore: /.*/
tag:
tags:
only: /v[0-9]+(\.[0-9]+)*/
branches:
ignore: /.*/
- deploy:
filters:
branch:
ignore: /.*/
tags:
only: /v[0-9]+(\.[0-9]+)*/
branches:
ignore: /.*/

0 comments on commit 583b1f3

Please sign in to comment.