diff --git a/.github/workflows/cosmwasm-basic.yml b/.github/workflows/cosmwasm-basic.yml index 13962897..372dd8e1 100644 --- a/.github/workflows/cosmwasm-basic.yml +++ b/.github/workflows/cosmwasm-basic.yml @@ -6,16 +6,12 @@ on: pull_request: paths: - .github/workflows/cosmwasm-basic.yml - - Cargo.lock - - Cargo.toml - apps/** - cosmwasm/** push: - branches: master + branches: main paths: - .github/workflows/cosmwasm-basic.yml - - Cargo.lock - - Cargo.toml - apps/** - cosmwasm/** diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7db55103..e159221a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -70,7 +70,7 @@ jobs: - uses: actions-rs/clippy-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - args: --all-features --all-targets --workspace --exclude "cw-tee-mtcs" + args: --all-features --all-targets --workspace test: runs-on: ubuntu-latest @@ -90,12 +90,12 @@ jobs: - uses: actions-rs/cargo@v1 with: command: test - args: --all-features --no-fail-fast --no-run --workspace --exclude "cw-tee-mtcs" + args: --all-features --no-fail-fast --no-run --workspace - uses: actions-rs/cargo@v1 with: command: test - args: --all-features --no-fail-fast --workspace --exclude "cw-tee-mtcs" -- --nocapture + args: --all-features --no-fail-fast --workspace -- --nocapture - uses: actions-rs/cargo@v1 with: command: test - args: --no-default-features --no-fail-fast --no-run --workspace --exclude "cw-tee-mtcs" + args: --no-default-features --no-fail-fast --no-run --workspace