1 Commits

Author SHA1 Message Date
jacob1123 bd4cacfd88 Only execute main pipeline for master branch
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-04-23 11:32:03 +00:00
+3 -1
View File
@@ -24,7 +24,9 @@ steps:
- task ci - task ci
when: when:
branch: branch:
- master - master
event:
- push
- name: docker - name: docker
image: plugins/docker image: plugins/docker