Skip to content

Commit

Permalink
Azure: Also only cut releases when running for RGM (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
fundies authored Mar 20, 2020
1 parent b619ff0 commit f27a57e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:

- task: GithubRelease@0
displayName: 'Add MinGW to GitHub Release'
condition: eq('${{ parameters.repo }}', 'self')
inputs:
gitHubConnection: github.com_EnigmaBot
repositoryName: enigma-dev/RadialGM
Expand Down Expand Up @@ -199,6 +200,7 @@ jobs:

- task: GithubRelease@0
displayName: 'Add MSVC to GitHub Release'
condition: eq('${{ parameters.repo }}', 'self')
inputs:
gitHubConnection: github.com_EnigmaBot
repositoryName: enigma-dev/RadialGM
Expand Down

0 comments on commit f27a57e

Please sign in to comment.