Fixed .drone.yml triggers

This commit is contained in:
Bastian de Byl
2020-09-25 23:58:44 -04:00
parent 05c5cf39bb
commit ba07ba8e78

View File

@@ -11,8 +11,3 @@ steps:
image: bdebyl/yamllint image: bdebyl/yamllint
command: command:
- make lint-ci - make lint-ci
trigger:
event:
- pull_request
- push