Skip to content

Commit 7f1107c

Browse files
committed
Change deploy to branch release/v4
v4 has an open pull request and so it is skipped (to avoid duplicate builds for PRs), but now that we want to deploy we simply create a new branch release/v4 and merge into it whenever we want to deploy v4 branch.
1 parent 4f48637 commit 7f1107c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '{build}'
22
image: Visual Studio 2017
33
skip_commits:
4-
files:
4+
files:
55
- docs/*
66
- '**/*.md'
77

@@ -61,4 +61,4 @@ deploy:
6161
secure: NlJ+D6kXfgU6RgRuf9okylLDENp8DA3tTRSC6UHBNbRS9ZAvRrC3Z0++Mr5VtGvz
6262
skip_symbols: false
6363
on:
64-
branch: v4
64+
branch: release/v4

0 commit comments

Comments
 (0)