Skip to content

Commit

Permalink
added filter anchors to test-and-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Diveafall committed Apr 6, 2021
1 parent e818cd0 commit 61036c2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .circleci/config.yml
Expand Up @@ -37,7 +37,7 @@ workflows:
context:
- test
- azure
filters:
filters: &version
tags:
only: /[0-9]+(\.[0-9]+)*/
branches:
Expand All @@ -49,27 +49,26 @@ workflows:
context:
- test
- azure
filters:
tags:
only: /[0-9]+(\.[0-9]+)*/
branches:
ignore: /.*/
filters: *version
- verify:
type: approval
requires:
- test-simple
- test-complex
filters: *version
- deploy:
context:
- pypi
- snark-docker
requires:
- verify
filters: *version
- conda:
context:
- conda
requires:
- deploy
filters: *version

executors:
linux:
Expand Down Expand Up @@ -195,7 +194,7 @@ commands:
steps:
- codecov-upload
- store_test_results:
path: test-reports # possibly change this path for Win
path: test-reports # possibly change this path for Win
- store_artifacts:
path: test-reports
slack-status:
Expand Down

0 comments on commit 61036c2

Please sign in to comment.