Skip to content

Commit

Permalink
Enable the GitHub merge queue (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrobinson authored Jul 10, 2023
1 parent 28f9cc4 commit 934052a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Rust

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

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -91,7 +97,7 @@ jobs:
rustup component add rust-src --target=aarch64-uwp-windows-msvc
cargo build -Z build-std --verbose --target=aarch64-uwp-windows-msvc
build_result:
name: homu build finished
name: Result
runs-on: ubuntu-latest
needs: ["Build"]
steps:
Expand Down

0 comments on commit 934052a

Please sign in to comment.