ci.yml: specify including paths

This commit is contained in:
Cédric Deltheil 2024-02-01 10:15:18 +00:00 committed by Cédric Deltheil
parent ab63a01582
commit b94706ff79

View file

@ -2,6 +2,11 @@ name: CI
on:
push:
paths:
- src/**
- tests/**
- scripts/**
- .github/workflows/ci.yml
pull_request_target:
types: [labeled]