mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 05:01:43 +00:00
27 lines
462 B
YAML
27 lines
462 B
YAML
name: Build and Release Extension Charts
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
|
|
defaults:
|
|
run:
|
|
shell: bash
|
|
working-directory: ./
|
|
|
|
jobs:
|
|
build-extension-charts:
|
|
uses: rancher/dashboard/.github/workflows/build-extension-charts.yml@master
|
|
permissions:
|
|
actions: write
|
|
contents: write
|
|
deployments: write
|
|
pages: write
|
|
with:
|
|
target_branch: gh-pages
|