Dont run CI on pr events
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: interop
|
name: interop
|
||||||
on: [push,pull_request]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: test
|
name: test
|
||||||
on: [push,pull_request]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|||||||
@@ -24,6 +24,9 @@
|
|||||||
//!
|
//!
|
||||||
//! - `transport`: Enables the fully featured, batteries included client and server
|
//! - `transport`: Enables the fully featured, batteries included client and server
|
||||||
//! implementaiton based on [`hyper`], [`tower`] and [`tokio`].
|
//! implementaiton based on [`hyper`], [`tower`] and [`tokio`].
|
||||||
|
//! - `codegen`: Enables all the required exports and optional dependencies required
|
||||||
|
//! for [`tonic-build`].
|
||||||
|
//!
|
||||||
//!
|
//!
|
||||||
//! # Generic implementation
|
//! # Generic implementation
|
||||||
//!
|
//!
|
||||||
|
|||||||
Reference in New Issue
Block a user