File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,10 +125,11 @@ workflows:
125125 version : 2
126126 build-master :
127127 jobs :
128- - build :
129- filters :
130- branches :
131- only : master
128+ - build
129+ # - build:
130+ # filters:
131+ # branches:
132+ # only: master
132133 - publish-latest :
133134 requires :
134135 - build
Original file line number Diff line number Diff line change 7979
8080 build-docker :
8181 name : Build and Push to DockerHub
82+ if : github.ref == 'refs/heads/master'
8283 needs : build-tests
8384 runs-on : ubuntu-latest
8485 steps :
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ python -m venv .venv
2929source .venv/bin/activate
3030```
3131
32+
3233### Using Poetry: Create the virtual environment in the same directory as the project and install the dependencies:
3334``` bash
3435poetry config virtualenvs.in-project true
You can’t perform that action at this time.
0 commit comments