Skip to content

Commit

Permalink
ci(benchmark): ignore test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Sep 7, 2020
1 parent 04299af commit e5b145e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/benchmark.yml
Expand Up @@ -4,9 +4,13 @@ on:
push:
paths:
- 'lib/**'
paths-ignore:
- 'test/scripts/**'
pull_request:
branches:
- master
paths-ignore:
- 'test/scripts/**'

jobs:
benchmark:
Expand Down

0 comments on commit e5b145e

Please sign in to comment.