Disable CI on branches without PR
This commit is contained in:
parent
8c378d3027
commit
15dd0ae14f
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
language: rust
|
||||
rust:
|
||||
- nightly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue