Skip to content

Commit ad596dc

Browse files
authored
Filter out unnecessary rust tasks (#470)
* Only run cargo CI tasks if wasm-mappings change * Ignore wasm-mappings/**/target/ for Prettier
1 parent b00e214 commit ad596dc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/cargo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
on:
22
pull_request:
33
branches: [master]
4+
paths:
5+
- wasm-mappings/**
6+
- .github/workflows/cargo.yml
47
push:
58
branches: [master]
69
workflow_dispatch:

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
bench/
33
coverage/
44
node_modules/
5+
target/

0 commit comments

Comments
 (0)