From bb33bb2f8beed0694e5810785caa205a0c1b8c89 Mon Sep 17 00:00:00 2001 From: ovosimpatico Date: Fri, 4 Apr 2025 20:09:45 -0300 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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