Change trigger for CI
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
cami 2021-09-01 02:17:51 +02:00
parent 1719399d19
commit e32ab08b7d

View file

@ -13,10 +13,8 @@ steps:
password: password:
from_secret: DOCKER_SECRET from_secret: DOCKER_SECRET
when: when:
branch:
- main
event: event:
- push - pull_request
--- ---
kind: pipeline kind: pipeline
name: frontend name: frontend
@ -33,7 +31,5 @@ steps:
password: password:
from_secret: DOCKER_SECRET from_secret: DOCKER_SECRET
when: when:
branch:
- main
event: event:
- push - pull_request