Skip to content

Commit

Permalink
Enable merge queue (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
mukilan authored Jul 11, 2023
1 parent 9d70454 commit 0d3730c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: CI

on:
push:
branches: [auto]
branches: [master]
pull_request:
workflow_dispatch:
merge_group:
types: [checks_requested]

jobs:
linux-ci:
Expand Down Expand Up @@ -42,7 +44,7 @@ jobs:
run: cargo check --features bytemuck

build_result:
name: homu build finished
name: Result
runs-on: ubuntu-latest
needs:
- "linux-ci"
Expand Down

0 comments on commit 0d3730c

Please sign in to comment.