[CI] Limit builds to master branch

This commit is contained in:
Lucien Cartier-Tilet 2020-09-03 13:19:06 +02:00
parent a1370089ab
commit 7b6744d464
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -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