harvester-ui-extension/.github/workflows/build-standalone-on-merge.yaml
Andy Lee 9f0eca1725
build: build demo artifact
Signed-off-by: Andy Lee <andy.lee@suse.com>
2025-10-26 15:34:59 +08:00

32 lines
614 B
YAML

name: Build Standalone on PR Merge
on:
push:
branches:
- main
- 'release-harvester-v*'
- 'issue_9017_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}}