From fab77c8d9f7ecb05885eebf2c05ce9737c05cae4 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Tue, 28 Jan 2025 23:47:18 -0300 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 915cf54..f0221d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,8 +5,6 @@ on: types: [created] push: branches: [ main ] - pull_request: - branches: [ main ] env: IMAGE_NAME: wygiwyh @@ -34,7 +32,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build and push nightly image - if: github.event_name == 'push' || github.event_name == 'pull_request' + if: github.event_name == 'push' uses: docker/build-push-action@v6 with: context: .