chore: test excluding msrv and beta with tags
This commit is contained in:
parent
c22886bd32
commit
477de1c227
|
@ -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 New Issue