mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
chore(ci): enable merge queue for builds (#235)
* chore(ci): enable merge queue for builds https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue * style(ci): format the ci workflow
This commit is contained in:
parent
26dbb29b3d
commit
4a2ff204ec
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -5,6 +5,8 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
merge_group:
|
||||
|
||||
|
||||
name: CI
|
||||
|
||||
|
@ -15,8 +17,8 @@ jobs:
|
|||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
rust: ["1.65.0", "stable"]
|
||||
os: [ ubuntu-latest, windows-latest, macos-latest ]
|
||||
rust: [ "1.65.0", "stable" ]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
triple: x86_64-unknown-linux-musl
|
||||
|
|
Loading…
Reference in a new issue