Skip to content

Commit e8a5198

Browse files
committed
CI: Only run PyPI pre-checks on rel/* and tags
1 parent ca606f3 commit e8a5198

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,12 @@ workflows:
409409
version: 2
410410
build_test_deploy:
411411
jobs:
412-
- pypi_precheck
412+
- pypi_precheck:
413+
filters:
414+
branches:
415+
only: /rel\/.*/
416+
tags:
417+
only: /.*/
413418
- compare_base_dockerfiles:
414419
filters:
415420
tags:

0 commit comments

Comments
 (0)