1 Commits

Author SHA1 Message Date
jacob1123 0fed070d46 Only execute main pipeline for master branch
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build encountered an error
2022-04-23 11:29:29 +00:00
+2 -3
View File
@@ -23,9 +23,8 @@ steps:
commands:
- task ci
when:
event:
exclude:
- pull_request
branch:
- master
- name: docker
image: plugins/docker