Added proper event checks in ci [CI SKIP]
parent
e11688c8a5
commit
2efc4e31ad
|
@ -5,11 +5,15 @@ pipeline:
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- make test
|
- make test
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
image: python:3.8
|
image: python:3.8
|
||||||
commands:
|
commands:
|
||||||
- make lint
|
- make lint
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
|
||||||
publish-dev:
|
publish-dev:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
|
Reference in New Issue