Merge pull request #21061 from atom-ide-community/nopr_trigger_on_release

no PR triggers on release builds
This commit is contained in:
Mazen Elkashef 2020-07-10 13:41:13 -05:00 committed by GitHub
commit 8f97072a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ trigger:
- master
- 1.* # VSTS only supports wildcards at the end
- electron-*
pr: none # no PR triggers
jobs:
- job: GetReleaseVersion