Skip to content

Commit

Permalink
Merge pull request #159 from Financial-Times/fixPublish
Browse files Browse the repository at this point in the history
LIF-109 Add filters to build and test jobs
  • Loading branch information
asugar13 authored Jan 16, 2025
2 parents 0ff5a4e + 2bca088 commit 83f5728
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,16 @@ workflows:
executor: node
requires:
- tool-kit/setup
filters:
tags:
only: /^v\d+\.\d+\.\d+(-.+)?/
- tool-kit/test:
executor: node
requires:
- tool-kit/build
filters:
tags:
only: /^v\d+\.\d+\.\d+(-.+)?/
- tool-kit/publish-tag:
executor: node
requires:
Expand Down

0 comments on commit 83f5728

Please sign in to comment.