Skip to content

Commit 733e264

Browse files
committed
chore: Only publish docker on main
1 parent 7891be6 commit 733e264

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docker-publish.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches: [ main ]
66
tags: [ 'v*' ]
7-
pull_request:
8-
branches: [ main ]
97

108
env:
119
REGISTRY: docker.io
@@ -44,4 +42,4 @@ jobs:
4442
context: ./api
4543
push: ${{ github.event_name != 'pull_request' }}
4644
tags: ${{ steps.meta.outputs.tags }}
47-
labels: ${{ steps.meta.outputs.labels }}
45+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)