Add pull request condition to drone config #20

Merged
graffen merged 1 commits from fix-drone into master 2020-12-05 15:31:40 +00:00
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