Skip to content

Commit bc019f2

Browse files
committed
Merge pull request #3705 from Flow-Launcher/remove_ci_tag_trigger
Remove on tag release upload & change NuGet publish to on master push
1 parent 92e2b06 commit bc019f2

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

appveyor.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ deploy:
6262
api_key:
6363
secure: sCSd5JWgdzJWDa9kpqECut5ACPKZqcoxKU8ERKC00k7VIjig3/+nFV5zzTcGb0w3
6464
on:
65-
APPVEYOR_REPO_TAG: true
65+
branch: master
6666

6767
- provider: GitHub
6868
repository: Flow-Launcher/Prereleases
@@ -84,12 +84,3 @@ deploy:
8484
force_update: true
8585
on:
8686
branch: master
87-
88-
- provider: GitHub
89-
release: v$(flowVersion)
90-
auth_token:
91-
secure: ij4UeXUYQBDJxn2YRAAhUOjklOGVKDB87Hn5J8tKIzj13yatoI7sLM666QDQFEgv
92-
artifact: Squirrel Installer, Portable Version, Squirrel nupkg, Squirrel RELEASES
93-
force_update: true
94-
on:
95-
APPVEYOR_REPO_TAG: true

0 commit comments

Comments
 (0)