Skip to content

Commit 6cc4ebb

Browse files
Merge pull request RustPython#1196 from RustPython/coolreader18/fix-deploy
Fix deployment
2 parents 6d285a7 + a0f12c3 commit 6cc4ebb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ matrix:
8484
# Set in the settings page of your repository, as a secure variable
8585
github-token: $WEBSITE_GITHUB_TOKEN
8686
keep-history: true
87+
on:
88+
branch: release
8789

8890
- name: WASM online demo
8991
language: rust
@@ -109,6 +111,8 @@ matrix:
109111
# Set in the settings page of your repository, as a secure variable
110112
github-token: $WEBSITE_GITHUB_TOKEN
111113
keep-history: true
114+
on:
115+
branch: release
112116

113117
- name: Code Coverage
114118
language: python

0 commit comments

Comments
 (0)