fix manual build process

This commit is contained in:
Chris Lu
2026-02-11 13:20:41 -08:00
parent 8b5d31e5eb
commit 21543134c8

View File

@@ -261,7 +261,7 @@ jobs:
helm-release:
runs-on: ubuntu-latest
needs: [copy-to-dockerhub]
if: github.event_name == 'push'
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
permissions:
contents: write
pages: write