harvester-ui-extension/.github/workflows/build-standalone-on-merge.yaml
Andy Lee 58ecdfe57d
build: artifact
Signed-off-by: Andy Lee <andy.lee@suse.com>
2026-03-30 22:49:49 +08:00

33 lines
638 B
YAML

name: Build Standalone on PR Merge
on:
push:
branches:
- main
- 'release-harvester-v*'
- '*-dev'
- remove_curl_embedded_demo
pull_request:
branches:
- main
- 'release-harvester-v*'
- '*-dev'
types:
- merged
jobs:
build-validation:
name: Build Test
uses: ./.github/workflows/run-lint.yaml
build:
name: Build and Upload Package
uses: ./.github/workflows/build-and-publish-standalone.yaml
needs:
- build-validation
permissions:
contents: read
packages: write
id-token: write
with:
CI_BRANCH: ${{github.ref_name}}