Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit f1e4af0

Browse files
committed
fix(Travis): Travis CI deloying to correct branch
1 parent 6ea5b16 commit f1e4af0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ deploy:
2020
provider: pages
2121
skip_cleanup: true
2222
local_dir: build/
23+
target-branch: master
2324
github_token: $GH_TOKEN
2425
on:
25-
branch: master
26+
branch: v4
2627
branches:
2728
except:
2829
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)