Skip to content

Commit

Permalink
Ignore branches for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kafkas committed Dec 26, 2023
1 parent d552f83 commit 118b065
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
name: Publish to NPM
command: npm publish


workflows:
build_test_deploy:
jobs:
Expand All @@ -67,7 +66,6 @@ workflows:
requires: [lint, test]
filters:
branches:
only:
- main
ignore: /.*/
tags:
only: /^v\d+\.\d+\.\d+$/
only: /^v\d+\.\d+\.\d+$/

0 comments on commit 118b065

Please sign in to comment.