Only execute main pipeline for master branch
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Jan Bader 2022-04-23 11:29:29 +00:00
parent 5e3c729605
commit bd4cacfd88

View File

@ -23,9 +23,10 @@ steps:
commands:
- task ci
when:
branch:
- master
event:
exclude:
- pull_request
- push
- name: docker
image: plugins/docker