Added proper event checks in ci [CI SKIP]

pull/18/head
Jef Roosens 2021-05-18 12:36:07 +02:00
parent e11688c8a5
commit 2efc4e31ad
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 4 additions and 0 deletions

View File

@ -5,11 +5,15 @@ pipeline:
pull: true
commands:
- make test
when:
event: push
lint:
image: python:3.8
commands:
- make lint
when:
event: push
publish-dev:
image: plugins/docker