We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247502a commit ed95feeCopy full SHA for ed95fee
.github/workflows/create-release.yml
@@ -67,6 +67,7 @@ jobs:
67
echo "BUILD_GIT_REF=v${{ inputs.rel_version }}" >> $GITHUB_ENV
68
fi
69
- name: Triggers the build and release.
70
+ if: env.BUILD_GIT_REF != 'master'
71
env:
72
GITHUB_TOKEN: ${{ secrets.DAPR_BOT_TOKEN }}
73
run: |
0 commit comments