Skip to content

Commit

Permalink
trigger publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
longshuicy committed Feb 20, 2024
1 parent 6e070ca commit 54d895c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ defaults:
working-directory: deployments/kubernetes/charts/clowder2

on:
release:
types: [published]
pull_request:
branches:
- 'main'

env:
MAIN_REPO: clowder-framework/clowder2
Expand Down Expand Up @@ -49,9 +50,6 @@ jobs:
run: helm template .

- name: Publish to NCSA OpenSource
if: |
github.event_name != 'pull_request'
&& github.repository == env.MAIN_REPO
uses: bsord/[email protected]
with:
username: ${{ secrets.HELM_USERNAME }}
Expand Down

0 comments on commit 54d895c

Please sign in to comment.