mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 15:02:01 +00:00
ci.yml: specify including paths
This commit is contained in:
parent
ab63a01582
commit
b94706ff79
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -2,6 +2,11 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- src/**
|
||||
- tests/**
|
||||
- scripts/**
|
||||
- .github/workflows/ci.yml
|
||||
pull_request_target:
|
||||
types: [labeled]
|
||||
|
||||
|
|
Loading…
Reference in a new issue