Skip to content

Commit

Permalink
add build extension charts yaml (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis-toboggan-md committed Oct 24, 2023
1 parent 96dd144 commit 76ff2e4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build-extension-charts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build and Release Extension Charts

on:
workflow_dispatch:
push:
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

0 comments on commit 76ff2e4

Please sign in to comment.