mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-23 12:43:09 +00:00
chore: test excluding msrv and beta with tags
This commit is contained in:
parent
c22886bd32
commit
477de1c227
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ os:
|
|||
- windows
|
||||
jobs:
|
||||
fast_finish: true
|
||||
exclude:
|
||||
- rust: beta
|
||||
branch: /^\d+\.\d+(\.\d+)?(-\S*)?$/
|
||||
- rust: 1.40.0
|
||||
branch: /^\d+\.\d+(\.\d+)?(-\S*)?$/
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
|
Loading…
Reference in a new issue