Avoid PR publishing
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-06-08 12:27:50 +02:00
parent 743600b94e
commit a019417fd2
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,10 @@ steps:
- run shellcheck
- run flake8
- run unit tests
when:
event:
exclude:
- pull_request
- name: trigger downstream builds
image: plugins/downstream
@ -47,6 +51,10 @@ steps:
- run flake8
- run unit tests
- publish image
when:
event:
exclude:
- pull_request
- name: notify on failure
image: plugins/matrix