From e3b52cad7e7b3d9090e6e4c0ff55fd411a48af19 Mon Sep 17 00:00:00 2001 From: Steven Zhang Date: Wed, 18 Sep 2024 10:14:28 -0700 Subject: [PATCH] Try to fix release build issue --- .github/workflows/build.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 69e8731..9b61ad6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: @@ -21,4 +26,4 @@ jobs: pages: write with: target_branch: gh-pages - tagged_release: ${{ github.event.inputs.release }} \ No newline at end of file + tagged_release: ${{ github.ref_name }} \ No newline at end of file