Skip to content

Commit a51637c

Browse files
author
Pedram Navid
committed
use proper regex
1 parent 8ddcdf7 commit a51637c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ workflows:
7171
ignore:
7272
- main
7373
tags:
74-
only: /.*/
74+
only: /[0-9].+/
7575
- pypi_publish:
7676
requires:
7777
- build_wheels
@@ -80,4 +80,4 @@ workflows:
8080
only:
8181
- main
8282
tags:
83-
only: /.*/
83+
only: /[0-9].+/

0 commit comments

Comments
 (0)