Skip to content

Commit

Permalink
ci: build job fix for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kaulsh committed Sep 18, 2022
1 parent aa33272 commit b5d6616
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ jobs:
workflows:
main:
jobs:
- build
- build:
filters:
tags:
only:
- /^\d+\.\d+\.\d+$/
- publish_linux:
requires:
- 'build'
Expand Down

0 comments on commit b5d6616

Please sign in to comment.