Skip to content

Commit

Permalink
fix: the CI pipeline will no longer be triggered when modifying `*.rs…
Browse files Browse the repository at this point in the history
…` files (#260)

Signed-off-by: Shigure Kurosaki <[email protected]>
  • Loading branch information
kurosakishigure authored Jan 11, 2025
1 parent 94ebf69 commit 4bb0808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
tags: ['v[0-9]+.[0-9]+.[0-9]+', 'v[0-9]+.[0-9]+.[0-9]+-canary.[0-9]+']
pull_request:
paths:
- 'src/**/*.{rs,toml}'
- 'tests/**/*.{rs,toml}'
- 'src/**'
- 'tests/**'
- 'examples/**/*.html'
- 'Cargo.toml'
jobs:
Expand Down

0 comments on commit 4bb0808

Please sign in to comment.