We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c3c11 commit 9effb78Copy full SHA for 9effb78
.github/workflows/rust.yml
@@ -2,9 +2,11 @@ name: Rust
2
3
on:
4
push:
5
- branches: ["**"]
+ branches: [master]
6
pull_request:
7
branches: ["**"]
8
+ merge_group:
9
+ types: [checks_requested]
10
11
env:
12
CARGO_TERM_COLOR: always
@@ -39,10 +41,12 @@ jobs:
39
41
- name: Run tests
40
42
run: cargo test --verbose
43
build_result:
- name: homu build finished
44
+ name: Result
45
runs-on: ubuntu-latest
46
needs:
47
- "build"
48
+ - "msrv"
49
+ - "semver"
50
steps:
51
- name: Mark the job as successful
52
run: exit 0
0 commit comments