Skip to content

Commit 174e924

Browse files
committed
avoid publishing docker from other branches than master
this would allow anyone to publish images on the same tags, disrupting the workflows on master
1 parent 5e67b89 commit 174e924

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish-docker.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ on: # yamllint disable-line rule:truthy
77
- '.github/workflows/publish-docker.yml'
88
branches:
99
- 'master'
10-
pull_request:
11-
paths:
12-
- 'devops/**'
13-
- '.github/workflows/publish-docker.yml'
14-
branches:
15-
- 'master'
1610

1711
jobs:
1812
publish-docker-client:

0 commit comments

Comments
 (0)