Skip to content

Commit

Permalink
Update ci to match latest version schema
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Aug 11, 2023
1 parent bb5cb11 commit 25ae05e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ workflows:
# This is mandatory to trigger a pipeline when pushing a tag
filters:
tags:
only: /.*(?<!dev\d)$/
only: /.*(?<!dev\d{8})$/
- continuation/continue:
configuration_path: .circleci/dev-release-config.yml
# This is mandatory to trigger a pipeline when pushing a tag
filters:
tags:
only: /.*(?<=dev\d)$/
only: /.*(?<=dev\d{8})$/

0 comments on commit 25ae05e

Please sign in to comment.