Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
fixing yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Lima de Souza committed Sep 3, 2019
1 parent 66ffb78 commit 4731c92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ workflows:
jobs:
- build
- publish:
requires:
- build
filters:
tags:
only: /v[0-9]+\.[0-9]+\.[0-9]+/
branches:
only: master
only: master
ignore: /.*/

0 comments on commit 4731c92

Please sign in to comment.