ci: Run Rust checks on all branches
This commit is contained in:
parent
752c4808fd
commit
0da5151c94
1
.github/workflows/msrv.yml
vendored
1
.github/workflows/msrv.yml
vendored
@ -2,7 +2,6 @@ name: Rust 1.50
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, next]
|
||||
pull_request:
|
||||
branches: [main, next]
|
||||
|
||||
|
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
@ -2,7 +2,6 @@ name: Rust Nightly
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, next]
|
||||
pull_request:
|
||||
branches: [main, next]
|
||||
|
||||
|
1
.github/workflows/stable.yml
vendored
1
.github/workflows/stable.yml
vendored
@ -2,7 +2,6 @@ name: Rust Stable
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, next]
|
||||
pull_request:
|
||||
branches: [main, next]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user