Skip to content

Commit

Permalink
Enable merge queue support (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
mukilan authored Jul 11, 2023
1 parent 8a1a9e3 commit 560e7d4
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,8 +2,10 @@ name: CI

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

jobs:
Test:
Expand All @@ -25,7 +27,7 @@ jobs:
run: cargo check --features="num_traits"

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

0 comments on commit 560e7d4

Please sign in to comment.