drone: exclude pr from docker build
This commit is contained in:
parent
eb98a8ce95
commit
c89ed9e54e
@ -24,4 +24,7 @@ steps:
|
||||
from_secret: password
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
- main
|
||||
event:
|
||||
exclude:
|
||||
- pull_request
|
@ -19,7 +19,7 @@
|
||||
/>
|
||||
</a>
|
||||
<p class="grow ma-off">
|
||||
{{ share.type }}
|
||||
{{ share.title }}
|
||||
</p>
|
||||
<button class="flat danger" @click="shareDisable(share)">
|
||||
<awesome-icon icon="trash" />
|
||||
|
Loading…
Reference in New Issue
Block a user