diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 449d0f5..4ce1461 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,8 +3,6 @@ name: Build and Push Docker Images on: push: branches: [ main ] - pull_request: - branches: [ main ] jobs: build-and-push: @@ -43,4 +41,4 @@ jobs: push: true tags: ghcr.io/${{ github.repository_owner }}/songquiz-frontend:latest cache-from: type=gha - cache-to: type=gha,mode=max \ No newline at end of file + cache-to: type=gha,mode=max