Skip to content

Commit ed95fee

Browse files
authored
Remove duplicate workflow build for pushes to master branch. (#1237)
Signed-off-by: Artur Souza <[email protected]>
1 parent 247502a commit ed95fee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
echo "BUILD_GIT_REF=v${{ inputs.rel_version }}" >> $GITHUB_ENV
6868
fi
6969
- name: Triggers the build and release.
70+
if: env.BUILD_GIT_REF != 'master'
7071
env:
7172
GITHUB_TOKEN: ${{ secrets.DAPR_BOT_TOKEN }}
7273
run: |

0 commit comments

Comments
 (0)