Skip to content

Commit

Permalink
ci: update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Dec 12, 2024
1 parent 26d077e commit 3f97d25
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
paths-ignore:
- "**/*.md"
paths:
- "src/*.rs"
- "Cargo.lock"
push:
branches:
- main
paths-ignore:
- "**/*.md"
paths:
- "src/*.rs"
- "Cargo.lock"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
Expand Down

0 comments on commit 3f97d25

Please # to comment.