Skip to content

Commit

Permalink
fix: removed it running on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
thesuzerain committed Jul 16, 2024
1 parent 227966f commit 275034a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches:
- master
pull_request:
# Remove
branches:
- master

jobs:
docker:
Expand All @@ -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 }}

0 comments on commit 275034a

Please sign in to comment.