mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 05:01:43 +00:00
add pull_requrest types merged
Signed-off-by: andy.lee <andy.lee@suse.com>
This commit is contained in:
parent
871ad2e88d
commit
0d94e66b8f
@ -9,6 +9,8 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- 'release-harvester-v*'
|
||||
types:
|
||||
- merged
|
||||
|
||||
jobs:
|
||||
build-validation:
|
||||
|
||||
@ -5,7 +5,7 @@ yarn --pure-lockfile install
|
||||
source scripts/version
|
||||
|
||||
if [[ $COMMIT_BRANCH == "main" ]]; then
|
||||
VERSION="test-release"
|
||||
VERSION="latest"
|
||||
else
|
||||
VERSION=$COMMIT_BRANCH
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user