We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bf419d + 937f9db commit a6ac2f4Copy full SHA for a6ac2f4
script/vsts/release-branch-build.yml
@@ -2,6 +2,7 @@ trigger:
2
- master
3
- 1.* # VSTS only supports wildcards at the end
4
- electron-*
5
+pr: none # no PR triggers
6
7
jobs:
8
- job: GetReleaseVersion
0 commit comments