Skip to content

Commit

Permalink
🐳 Remove unnecessary branch trigger in the Docker workflow. (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Aug 24, 2024
1 parent 716da34 commit 69bd1cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
- "main"
tags:
- "v*"
pull_request:
branches:
- "main"

jobs:
docker:
Expand Down Expand Up @@ -39,7 +36,7 @@ jobs:
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=sha
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit 69bd1cf

Please sign in to comment.