ci: Revert running CI on pushes to any branch

This cause PRs within the repo to run CI twice.
This commit is contained in:
Jonas Platte
2021-08-05 21:00:07 +02:00
parent 273c63b1ab
commit fae75410a9
4 changed files with 4 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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