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
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
4 changed files with 4 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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