Remove duplicate workflow build for pushes to master branch. (#1237)

Signed-off-by: Artur Souza <asouza.pro@gmail.com>
This commit is contained in:
Artur Souza 2025-03-06 12:10:34 -08:00 committed by GitHub
parent 247502a1b1
commit ed95feeaf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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: |