Skip to content

Commit 8d82570

Browse files
committed
Only build master branch on push
1 parent e647444 commit 8d82570

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ deploy:
3030
fqdn: rustc-dev-guide.rust-lang.org
3131
on:
3232
branch: master
33+
34+
# Only build master branch on push
35+
branches:
36+
only:
37+
- master

0 commit comments

Comments
 (0)