Skip to content

Commit

Permalink
fix: Restore the release filter for legacy validator github pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed Apr 18, 2024
1 parent 9f34972 commit f810718
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,8 @@ workflows:
- test
- test_docker
- githubPagesTest
filters:
branches:
ignore: /.*/
tags:
only: /v\d+\.\d+\.\d+$/

0 comments on commit f810718

Please sign in to comment.