From c1b7d791516e7c77aa88573742e9252fb49a4211 Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Wed, 6 Sep 2023 14:33:48 -0400 Subject: [PATCH] Update ci.yaml (#888) ## Motivation and Context This PR removes CI from pull requests and runs it exclusively on main. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4d715175eaa6..a6ed07972dfb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,7 +1,5 @@ on: - pull_request: - paths-ignore: - - 'aws-models/**' + push: branches: - main @@ -94,6 +92,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.rust_version }} + targets: wasm32-unknown-unknown # Pinned to the commit hash of v2.1.0 - uses: Swatinem/rust-cache@b894d59a8d236e2979b247b80dac8d053ab340dd with: