Merge pull request 'drone: exclude pr from docker build' (#5) from dev into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #5
This commit is contained in:
Artem Anufrij 2023-02-17 22:44:12 +01:00
commit e61b1fac01
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" />