Skip to content

Commit

Permalink
ci(test): update paths
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Jul 3, 2023
1 parent d4b0547 commit 176126b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ concurrency:
on:
push:
paths:
- ".github/workflows/bindings-rust.yml"
- ".github/workflows/test.yml"
- "src/**"
- "crates/**"

pull_request:
branches:
- main
paths:
- ".github/workflows/bindings-rust.yml"
- ".github/workflows/test.yml"
- "src/**"
- "crates/**"

Expand Down

0 comments on commit 176126b

Please sign in to comment.