ci: Revert running CI on pushes to any branch
This cause PRs within the repo to run CI twice.
This commit is contained in:
parent
273c63b1ab
commit
fae75410a9
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
@ -2,6 +2,7 @@ name: Documentation
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches: [main, next]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main, next]
|
branches: [main, next]
|
||||||
|
|
||||||
|
1
.github/workflows/msrv.yml
vendored
1
.github/workflows/msrv.yml
vendored
@ -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]
|
||||||
|
|
||||||
|
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
@ -2,6 +2,7 @@ name: Rust Nightly
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches: [main, next]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main, next]
|
branches: [main, next]
|
||||||
|
|
||||||
|
1
.github/workflows/stable.yml
vendored
1
.github/workflows/stable.yml
vendored
@ -2,6 +2,7 @@ name: Rust Stable
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches: [main, next]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main, next]
|
branches: [main, next]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user