Skip to content

Commit

Permalink
Enable merge queue (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
mukilan authored Jul 11, 2023
1 parent 3226a77 commit 5bf188e
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 All @@ -27,7 +29,7 @@ jobs:
run: cargo test

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

0 comments on commit 5bf188e

Please sign in to comment.