Skip to content

Commit

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

* ensure msrv and semver checks pass
  • Loading branch information
mukilan authored Jul 11, 2023
1 parent 69c3c11 commit 9effb78
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Rust

on:
push:
branches: ["**"]
branches: [master]
pull_request:
branches: ["**"]
merge_group:
types: [checks_requested]

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -39,10 +41,12 @@ jobs:
- name: Run tests
run: cargo test --verbose
build_result:
name: homu build finished
name: Result
runs-on: ubuntu-latest
needs:
- "build"
- "msrv"
- "semver"
steps:
- name: Mark the job as successful
run: exit 0
Expand Down

0 comments on commit 9effb78

Please sign in to comment.