mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-27 14:04:42 +00:00
Show correct event in pipeline step list (#2334)
Fixes: https://github.com/woodpecker-ci/woodpecker/issues/2207   Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
This commit is contained in:
parent
e139abf15a
commit
15bd20d58b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
<Icon name="pull_request" />
|
||||
<span class="truncate">{{ prettyRef }}</span>
|
||||
</a>
|
||||
<span v-if="pipeline.event !== 'pull_request'" class="truncate">{{ pipeline.branch }}</span>
|
||||
<span v-if="pipeline.event !== 'pull_request'" class="truncate">{{ prettyRef }}</span>
|
||||
</div>
|
||||
<div class="flex items-center flex-shrink-0">
|
||||
<template v-if="pipeline.event === 'pull_request'">
|
||||
|
|
Loading…
Reference in a new issue