Skip to content

Commit

Permalink
Don't run CI and benchmarks when non-code folders change (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvrhdn authored Jul 22, 2021
1 parent 58bb181 commit 220ae7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
pull_request:
paths-ignore:
- 'docs/**'
- 'example/**'
- 'operations/**'
- 'tools/**'
jobs:

build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
pull_request:
paths-ignore:
- 'docs/**'
- 'example/**'
- 'operations/**'
- 'tools/**'
jobs:

build:
Expand Down

0 comments on commit 220ae7d

Please sign in to comment.