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

This commit is contained in:
Lucien Cartier-Tilet 2020-09-03 13:19:06 +02:00
父節點 a1370089ab
當前提交 7b6744d464
簽署人: phundrak
GPG 金鑰 ID: BD7789E705CB8DCA
共有 1 個檔案被更改,包括 6 行新增0 行删除

查看文件

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