mirror of https://github.com/dapr/java-sdk.git
Remove duplicate workflow build for pushes to master branch. (#1237)
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
This commit is contained in:
parent
247502a1b1
commit
ed95feeaf4
|
@ -67,6 +67,7 @@ jobs:
|
|||
echo "BUILD_GIT_REF=v${{ inputs.rel_version }}" >> $GITHUB_ENV
|
||||
fi
|
||||
- name: Triggers the build and release.
|
||||
if: env.BUILD_GIT_REF != 'master'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.DAPR_BOT_TOKEN }}
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue