Skip to content

Commit 73f19f4

Browse files
committed
update CI workflow to include specific paths for push and pull request events
1 parent 9dbdf6a commit 73f19f4

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
push:
55
branches:
66
- main
7-
paths-ignore:
8-
- README.md
7+
paths:
8+
- 'src/**'
9+
- 'benchmark/**'
910
pull_request:
1011
branches:
1112
- main
12-
paths-ignore:
13-
- README.md
13+
paths:
14+
- 'src/**'
15+
- 'benchmark/**'
1416
workflow_dispatch:
1517

1618
permissions:

0 commit comments

Comments
 (0)