Skip to content

Commit

Permalink
#7 Added deployment workflow in circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
navarasu committed Jul 5, 2020
1 parent 6df442e commit cdf3c43
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,7 @@ workflows:
jobs:

- build-and-test:
filters:
tags:
only: /v[0-9]+(\.[0-9]+)*/
branches:
ignore: /.*/

- deployment:
requires:
- build-and-test
filters:
tags:
only: /v[0-9]+(\.[0-9]+)*/
branches:
ignore: /.*/
- build-and-test

0 comments on commit cdf3c43

Please sign in to comment.