We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e647444 commit 8d82570Copy full SHA for 8d82570
.travis.yml
@@ -30,3 +30,8 @@ deploy:
30
fqdn: rustc-dev-guide.rust-lang.org
31
on:
32
branch: master
33
+
34
+# Only build master branch on push
35
+branches:
36
+ only:
37
+ - master
0 commit comments