Skip to content

Commit

Permalink
fix: dont run tests on tag only push
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Apr 15, 2024
1 parent ebfff7f commit 352001e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ orbs:
win: circleci/windows@4

filters: &filters
tags:
branches:
only: /.*/
tags:
ignore: /^v[0-9]+\.[0-9]+\.[0-9]+$/

executors:
python:
Expand Down Expand Up @@ -170,7 +172,6 @@ workflows:
- run: git submodule init
- run: git submodule update --remote
checkout: false
filters: *filters
requires: [test-linux, test-macos, test-windows]

- orb-tools/publish:
Expand Down

0 comments on commit 352001e

Please sign in to comment.