diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 21ef83d..b49c29c 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -1,8 +1,6 @@ on: push: branches: ["dev"] - pull_request: - branches: ["dev"] jobs: @@ -28,8 +26,8 @@ jobs: - name: Build and push uses: docker/build-push-action@v5 with: - context: . platforms: linux/amd64 push: true tags: | - learning-pulse/web-client:dev \ No newline at end of file + learning-pulse/web-client:dev + # TODO deploy \ No newline at end of file