Skip to content

Commit

Permalink
Run npm-publish on all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Dec 19, 2023
1 parent 28c6eb2 commit e4c35f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ workflows:
- npm-publish:
filters:
tags:
only: /^@ethereum-sourcify.*/ # npm package tag format
only: /.*/ # Must always run as required by the build-push-* jobs
branches:
ignore: /.*/
- build-push-monitor:
Expand Down

0 comments on commit e4c35f5

Please sign in to comment.