Merge pull request 'Add pull request condition to drone config' (#20) from fix-drone into master

Reviewed-on: data.coop/website#20
This commit is contained in:
Jesper Hess 2020-12-05 15:31:40 +00:00
commit c1bee81e11
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,9 @@ steps:
when:
branch:
- master
event:
exclude:
- pull_request
- name: notify
image: plugins/matrix
@ -34,3 +37,4 @@ steps:
from_secret: matrix_username
password:
from_secret: matrix_password