ci: update paths
This commit is contained in:
parent
f58d2efda7
commit
aab32053ae
1 changed files with 6 additions and 5 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -3,14 +3,15 @@ name: CI
|
|||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'lib/**'
|
||||
- 'test/**'
|
||||
- '.github/workflows/ci.yml'
|
||||
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build (${{ matrix.os }})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue