diff --git a/.github/workflows/jan-server-web-ci.yml b/.github/workflows/jan-server-web-ci.yml index 8cd8b7323..921d77bee 100644 --- a/.github/workflows/jan-server-web-ci.yml +++ b/.github/workflows/jan-server-web-ci.yml @@ -3,7 +3,7 @@ name: Jan Web Server build image and push to Harbor Registry on: push: branches: - - dev-web' + - dev-web pull_request: branches: - dev-web @@ -55,4 +55,4 @@ jobs: - name: Push docker image if: github.event_name == 'push' run: | - docker push ${{ steps.vars.outputs.FULL_IMAGE }} \ No newline at end of file + docker push ${{ steps.vars.outputs.FULL_IMAGE }}