Update cargo-test.yml (#1740)

This commit is contained in:
Jess Frazelle
2024-03-15 12:44:41 -07:00
committed by GitHub
parent f40cdabfdf
commit 042ceb42fd

View File

@ -3,7 +3,7 @@ on:
branches: branches:
- main - main
paths: paths:
- src/wasm-lib/**.rs' - 'src/wasm-lib/**.rs'
- '**/Cargo.toml' - '**/Cargo.toml'
- '**/Cargo.lock' - '**/Cargo.lock'
- '**/rust-toolchain.toml' - '**/rust-toolchain.toml'
@ -11,7 +11,7 @@ on:
pull_request: pull_request:
paths: paths:
- src/wasm-lib/**.rs' - 'src/wasm-lib/**.rs'
- '**/Cargo.toml' - '**/Cargo.toml'
- '**/Cargo.lock' - '**/Cargo.lock'
- '**/rust-toolchain.toml' - '**/rust-toolchain.toml'