Skip to content

Commit

Permalink
reduce runing of benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Apr 6, 2024
1 parent da786b3 commit 87064df
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
name: Benchmark

on:
workflow_dispatch:
push:
branches:
- "master"
paths:
- "lib/**"
- ".github/workflows/benchmark.yml"
pull_request:
branches:
- master
paths-ignore:
- "test/scripts/**"
- "master"
paths:
- "lib/**"
- ".github/workflows/benchmark.yml"

jobs:
benchmark:
Expand Down

0 comments on commit 87064df

Please sign in to comment.