Skip to content

Commit c96a320

Browse files
Merge pull request #3 from euiyounghwang/SEARCH-1
[Master-Facing-PR] PR, SEARCH-1
2 parents f3ead51 + 0a2b161 commit c96a320

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
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:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ python -m venv .venv
2929
source .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
3435
poetry config virtualenvs.in-project true

0 commit comments

Comments
 (0)