From 275034ae318220f6ee7e6c881a9e59e2f1593305 Mon Sep 17 00:00:00 2001 From: thesuzerain Date: Mon, 15 Jul 2024 17:24:06 -0700 Subject: [PATCH] fix: removed it running on PRs --- .github/workflows/docker.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 78f2c31..1f77ea3 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -5,9 +5,6 @@ on: branches: - master pull_request: - # Remove - branches: - - master jobs: docker: @@ -34,6 +31,6 @@ jobs: with: context: . file: ./Dockerfile - push: ${{ github.event_name == 'pull_request' }} + push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }} \ No newline at end of file