diff --git a/.circleci/config.yml b/.circleci/config.yml index 6761839..042f95a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -125,10 +125,11 @@ workflows: version: 2 build-master: jobs: - - build: - filters: - branches: - only: master + - build + # - build: + # filters: + # branches: + # only: master - publish-latest: requires: - build diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index f24e896..8a7d520 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -79,6 +79,7 @@ jobs: build-docker: name: Build and Push to DockerHub + if: github.ref == 'refs/heads/master' needs: build-tests runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index c09f2b6..fcc445d 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ python -m venv .venv source .venv/bin/activate ``` + ### Using Poetry: Create the virtual environment in the same directory as the project and install the dependencies: ```bash poetry config virtualenvs.in-project true