Skip to content

Commit c4eca17

Browse files
committed
Don't publish docker image on PRs
Signed-off-by: Šimon Brandner <[email protected]>
1 parent ef28ccc commit c4eca17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Build and publish Docker image
33
on:
44
push:
55
branches:
6-
- 'main'
7-
pull_request: {}
6+
- "main"
87

98
env:
109
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)