Skip to content

Commit

Permalink
fix: Change branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakprp committed Sep 18, 2023
1 parent 6ac8fd7 commit e311d00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,20 +121,20 @@ workflows:
filters:
branches:
only:
- master
- feature/e2e_pipeline
- publish-npm-package:
context: general-vars
requires:
- e2e-tests
filters:
branches:
only:
- master
- feature/e2e_pipeline
- publish-github-release:
context: general-vars
requires:
- e2e-tests
filters:
branches:
only:
- master
- feature/e2e_pipeline

0 comments on commit e311d00

Please sign in to comment.