Skip to content

Commit cfda34d

Browse files
authored
Merge pull request #368 from codacy/clean/circle-prs
clean: Don't push 'stable' docker image for pull requests
2 parents f65e926 + 3f1b71c commit cfda34d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,10 @@ workflows:
229229
type: approval
230230
requires:
231231
- publish_docker_locally
232+
filters:
233+
branches:
234+
only:
235+
- master
232236
- codacy/shell:
233237
name: publish_dockerhub_stable
234238
context: CodacyDocker

0 commit comments

Comments
 (0)