mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-25 22:55:06 +02:00
chore: test excluding msrv and beta with tags
This commit is contained in:
parent
c22886bd32
commit
477de1c227
@ -10,6 +10,11 @@ os:
|
|||||||
- windows
|
- windows
|
||||||
jobs:
|
jobs:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
exclude:
|
||||||
|
- rust: beta
|
||||||
|
branch: /^\d+\.\d+(\.\d+)?(-\S*)?$/
|
||||||
|
- rust: 1.40.0
|
||||||
|
branch: /^\d+\.\d+(\.\d+)?(-\S*)?$/
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user