Compare commits

...

2 commits

Author SHA1 Message Date
Jesper Hess c1bee81e11 Merge pull request 'Add pull request condition to drone config' (#20) from fix-drone into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #20
2020-12-05 15:31:40 +00:00
Jesper Hess 5bda28be42
Tweaking drone config to better support PRs
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2020-12-05 16:22:33 +01:00

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