ci: Take the new next branch into account
This commit is contained in:
parent
4255c8b03b
commit
9bcbbff04d
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -2,7 +2,7 @@ name: Documentation
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [next]
|
||||
|
||||
jobs:
|
||||
build-deploy:
|
||||
|
4
.github/workflows/msrv.yml
vendored
4
.github/workflows/msrv.yml
vendored
@ -2,9 +2,9 @@ name: Rust 1.45
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, next]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, next]
|
||||
|
||||
jobs:
|
||||
check_msrv:
|
||||
|
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@ -2,9 +2,9 @@ name: Rust Nightly
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, next]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, next]
|
||||
|
||||
jobs:
|
||||
check_nightly:
|
||||
|
4
.github/workflows/stable.yml
vendored
4
.github/workflows/stable.yml
vendored
@ -2,9 +2,9 @@ name: Rust Stable
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, next]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, next]
|
||||
|
||||
jobs:
|
||||
check_stable:
|
||||
|
Loading…
x
Reference in New Issue
Block a user