Skip to content

Commit

Permalink
chore(ci): enable merge queue for builds (ratatui#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun authored and samyosm committed Jun 18, 2023
1 parent 6de56ef commit 624b600
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
pull_request:
branches:
- main
merge_group:


name: CI

Expand All @@ -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
Expand Down

0 comments on commit 624b600

Please sign in to comment.