ci: Run Rust checks on all branches

This commit is contained in:
Jonas Platte
2021-07-02 19:23:29 +02:00
parent 752c4808fd
commit 0da5151c94
3 changed files with 0 additions and 3 deletions

View File

@@ -2,7 +2,6 @@ name: Rust 1.50
on:
push:
branches: [main, next]
pull_request:
branches: [main, next]

View File

@@ -2,7 +2,6 @@ name: Rust Nightly
on:
push:
branches: [main, next]
pull_request:
branches: [main, next]

View File

@@ -2,7 +2,6 @@ name: Rust Stable
on:
push:
branches: [main, next]
pull_request:
branches: [main, next]