Compare commits

...

1 Commits

Author SHA1 Message Date
bd4cacfd88 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
2022-04-23 11:32:03 +00:00

View File

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