diff --git a/.circleci/config.yml b/.circleci/config.yml index 8ceb044..502724a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -121,7 +121,7 @@ workflows: filters: branches: only: - - master + - feature/e2e_pipeline - publish-npm-package: context: general-vars requires: @@ -129,7 +129,7 @@ workflows: filters: branches: only: - - master + - feature/e2e_pipeline - publish-github-release: context: general-vars requires: @@ -137,4 +137,4 @@ workflows: filters: branches: only: - - master \ No newline at end of file + - feature/e2e_pipeline \ No newline at end of file