We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
1 parent 9270322 commit adef1f6Copy full SHA for adef1f6
1 file changed
.appveyor.yml
@@ -1,7 +1,7 @@
1
skip_branch_with_pr: true
2
-version: '{build}-{branch}'
+version: "{build}-{branch}"
3
4
-os: 'Visual Studio 2015'
+os: "Visual Studio 2015"
5
6
clone_folder: C:\gopath\src\github.com\github\smimesign
7
@@ -79,5 +79,5 @@ deploy:
79
draft: false
80
prerelease: false
81
on:
82
- branch: master
+ branch: main
83
appveyor_repo_tag: true
0 commit comments