1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-06-02 16:40:49 +00:00

Remove docker-push build step for pull requests

This commit is contained in:
Fabian Hauser 2019-09-25 17:49:20 +02:00 committed by GitHub
parent 894be6744e
commit b7651c4dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ stages:
- name: docker-tag
if: (tag IS present) AND (branch = master) AND (type != pull_request)
- name: docker-push
if: branch = master
if: (branch = master) AND (type != pull_request)
jobs:
include: