don't trigger every time

This commit is contained in:
Azlux 2020-06-21 02:42:10 +02:00
parent 2cb899d79c
commit affebedaf1

View File

@ -39,6 +39,11 @@ steps:
password: password:
from_secret: docker_password from_secret: docker_password
tags: testing tags: testing
when:
branch:
- master
event:
- push
- name: deploy-stable - name: deploy-stable
image: debian image: debian
@ -63,6 +68,11 @@ steps:
password: password:
from_secret: docker_password from_secret: docker_password
tags: latest tags: latest
when:
branch:
- master
event:
- tag
volumes: volumes: