Skip to content

Commit 5e02adf

Browse files
ci: prevent dev-nightly release when receive pr
1 parent 89e6650 commit 5e02adf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/msbuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343

4444
- uses: "marvinpinto/action-automatic-releases@latest"
4545
name: Upload to Github Release
46+
if: github.event_name != 'pull_request'
4647
with:
4748
repo_token: "${{ secrets.GITHUB_TOKEN }}"
4849
automatic_release_tag: "dev-nightly"

0 commit comments

Comments
 (0)