Skip to content

Commit 40248fc

Browse files
authored
Merge branch 'main' into chore/docs/add-co-author-rules
2 parents 15c8399 + 900105a commit 40248fc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ name: CI
33
on:
44
push:
55
branches: [main]
6+
paths:
7+
- 'src/**'
8+
- 'samples/**'
9+
- '.github/workflows/ci.yml'
610
pull_request:
711
branches: [main]
12+
paths:
13+
- 'src/**'
14+
- 'samples/**'
15+
- '.github/workflows/ci.yml'
816

917
jobs:
1018
build:

0 commit comments

Comments
 (0)