Skip to content

Commit

Permalink
Try to fix release build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xingzhang-suse committed Sep 18, 2024
1 parent 872050e commit e3b52ca
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ name: Build and Release Extension Charts

on:
workflow_dispatch:
inputs:
release:
description: 'Release tag'
# push:
# branches:
# - main
pull_request:
branches:
- nv-5.3-rh-2.9.0
release:
types: [released]

defaults:
run:
Expand All @@ -21,4 +26,4 @@ jobs:
pages: write
with:
target_branch: gh-pages
tagged_release: ${{ github.event.inputs.release }}
tagged_release: ${{ github.ref_name }}

0 comments on commit e3b52ca

Please sign in to comment.