drone: exclude pr from docker build
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Artem Anufrij 2023-02-17 22:42:45 +01:00
parent eb98a8ce95
commit c89ed9e54e
2 changed files with 5 additions and 2 deletions

View File

@ -25,3 +25,6 @@ steps:
when: when:
branch: branch:
- main - main
event:
exclude:
- pull_request

View File

@ -19,7 +19,7 @@
/> />
</a> </a>
<p class="grow ma-off"> <p class="grow ma-off">
{{ share.type }} {{ share.title }}
</p> </p>
<button class="flat danger" @click="shareDisable(share)"> <button class="flat danger" @click="shareDisable(share)">
<awesome-icon icon="trash" /> <awesome-icon icon="trash" />