Skip to content

Commit

Permalink
ci: trigger build-deploy job only on version tag (#46)
Browse files Browse the repository at this point in the history
Closes #40
  • Loading branch information
lread authored Sep 19, 2022
1 parent 0bc2b99 commit b5495a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ workflows:
requires:
- build
filters:
branches:
ignore: /.*/
tags:
only: /Release-.*/
context:
Expand Down

0 comments on commit b5495a5

Please sign in to comment.