We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e8a16 commit 8e6277fCopy full SHA for 8e6277f
.github/workflows/build.yml
@@ -83,7 +83,7 @@ jobs:
83
if [[ $TRIGGER == "pull_request" ]]; then
84
echo "exporting test as target helm repo: ${{ env.TEST_REPO_HELM_URL }}"
85
echo "helm_repo=${{ env.TEST_REPO_HELM_URL }}" >> $GITHUB_OUTPUT
86
- elif [[ $TRIGGER == "push" && $GITHUB_REF == "refs/heads/main" ]]; then
+ elif [[ $TRIGGER == "push" && ($GITHUB_REF == "refs/heads/main" || $GITHUB_REF == "refs/heads/trying") ]]; then
87
echo "exporting dev as target helm repo: ${{ env.DEV_REPO_HELM_URL }}"
88
echo "helm_repo=${{ env.DEV_REPO_HELM_URL }}" >> $GITHUB_OUTPUT
89
elif [[ ( $TRIGGER == "create" || $TRIGGER == "push" ) && $GITHUB_REF == refs/tags/* ]]; then
0 commit comments