diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 756b07f..e0f4c99 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,11 +2,7 @@ name: Rust on: push: - branches: - - "*" pull_request: - branches: - - "*" env: CARGO_TERM_COLOR: always @@ -21,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Install latest rust toolchain uses: actions-rs/toolchain@v1