diff --git a/.circleci/config.yml b/.circleci/config.yml index 6596239..5b4b214 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: build: <<: *shared-config environment: - - VITE_BACKEND_URL_URL: $VITE_BACKEND_URL_URL + - VITE_BACKEND_URL: $VITE_BACKEND_URL_URL steps: - checkout - restore_cache: @@ -76,6 +76,12 @@ workflows: - front-netlify-deploy: requires: - build + filters: + branches: + only: main - docker-build-and-push: requires: - - build \ No newline at end of file + - build + filters: + branches: + only: main \ No newline at end of file