Skip to content

Commit 82de07f

Browse files
committed
fix: don't build docker image on pr
1 parent e71a886 commit 82de07f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Build and push Docker image to DockerHub
33
on:
44
push:
55
branches: [ "main" ]
6-
pull_request:
7-
branches: [ "main" ]
86
workflow_dispatch: # allows manual trigger
97

108
jobs:

0 commit comments

Comments
 (0)