diff --git a/.drone.yml b/.drone.yml index c8a5191..6566f6f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,11 @@ kind: pipeline type: docker name: python-ci +trigger: + event: + - push + - pull_request + steps: - name: install-dependencies