[CI] Limit builds to master branch
continuous-integration/drone/push Build is passing Detalles

Este commit está contenido en:
Lucien Cartier-Tilet 2020-09-03 13:19:06 +02:00
padre a1370089ab
commit 7b6744d464
Firmado por: phundrak
ID de clave GPG: BD7789E705CB8DCA
Se han modificado 1 ficheros con 6 adiciones y 0 borrados

Ver fichero

@ -6,6 +6,12 @@ steps:
image: silex/emacs:27-alpine
commands:
- emacs --script export.el
when:
branch:
- master
event:
exclude:
- pull_request
- name: deploy
image: appleboy/drone-scp