Skip to content

Commit

Permalink
PYCAP-26: Fix tag regex
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierLuna committed Dec 1, 2019
1 parent 1555b59 commit 5a0ef8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ workflows:
version: "3.6"
filters:
tags:
only: /[0-9]+(\.[0-9]+)*a[0-9]+/
only: /[0-9]+(\.[0-9]+)*/
branches:
ignore: /.*/

- static_analysis:
filters:
tags:
only: /[0-9]+(\.[0-9]+)*a[0-9]+/
only: /[0-9]+(\.[0-9]+)*/
branches:
ignore: /.*/

Expand All @@ -38,7 +38,7 @@ workflows:
- static_analysis
filters:
tags:
only: /[0-9]+(\.[0-9]+)*a[0-9]+/
only: /[0-9]+(\.[0-9]+)*/
branches:
ignore: /.*/
jobs:
Expand Down

0 comments on commit 5a0ef8a

Please sign in to comment.