diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 96f4956bc3..8745b9e93c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -101,7 +101,7 @@ jobs: artifact: RPCS3 for Windows - bash: .ci/github-upload-windows.sh - condition: and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.Repository.Name'], 'RPCS3/rpcs3')) + condition: and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.Repository.Name'], 'RPCS3/rpcs3'), eq(variables['Build.SourceBranch'], 'refs/heads/master')) displayName: Push build to GitHub env: RPCS3_TOKEN: $(RPCS3-Token)