Skip to content

Commit 5cfcb83

Browse files
authored
Do not build docker on pull requests. (#1262)
If needed use CI to build manually.
1 parent e322c8e commit 5cfcb83

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ name: Docker
88
on:
99
push:
1010
branches: [ "dev" ]
11-
# Publish semver tags as releases.
11+
# Publish version tags as releases.
1212
tags: [ 'v*.*.*' ]
13-
pull_request:
14-
branches: [ "dev" ]
1513

1614
env:
1715
# Use docker.io for Docker Hub if empty

0 commit comments

Comments
 (0)