ci: Take the new next branch into account

This commit is contained in:
Jonas Platte 2021-05-20 20:39:12 +02:00
parent 4255c8b03b
commit 9bcbbff04d
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
4 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@ name: Documentation
on:
push:
branches: [main]
branches: [next]
jobs:
build-deploy:

View File

@ -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:

View File

@ -2,9 +2,9 @@ name: Rust Nightly
on:
push:
branches: [main]
branches: [main, next]
pull_request:
branches: [main]
branches: [main, next]
jobs:
check_nightly:

View File

@ -2,9 +2,9 @@ name: Rust Stable
on:
push:
branches: [main]
branches: [main, next]
pull_request:
branches: [main]
branches: [main, next]
jobs:
check_stable: