Skip to content

Commit

Permalink
Enable GitHub merge queue (#303)
Browse files Browse the repository at this point in the history
* Enable GitHub merge queue

* Update main.yml
  • Loading branch information
mrobinson committed Jul 11, 2023
1 parent 82b5f5b commit 4dda12d
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:
ci:
Expand Down Expand Up @@ -86,7 +88,7 @@ jobs:
run: ./travis_fuzz.sh

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

0 comments on commit 4dda12d

Please sign in to comment.