Skip to content

Commit

Permalink
Relax tags release requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Jul 1, 2021
1 parent 61bf040 commit 8611a52
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 @@ -68,7 +68,7 @@ workflows:
filters:
tags:
only:
- /^(v.*)$/
- /^(.*)$/
- openjdk8-deploy:
matrix:
parameters:
Expand All @@ -78,7 +78,7 @@ workflows:
filters:
tags:
only:
- /^(v.*)$/
- /^(.*)$/
branches:
only:
- main

0 comments on commit 8611a52

Please sign in to comment.