Only build master branch on push
This commit is contained in:
parent
a924192803
commit
5fd04061a7
1 changed files with 5 additions and 0 deletions
|
|
@ -30,3 +30,8 @@ deploy:
|
|||
fqdn: rustc-dev-guide.rust-lang.org
|
||||
on:
|
||||
branch: master
|
||||
|
||||
# Only build master branch on push
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue