ci: update paths

This commit is contained in:
Nurul Huda (Apon) 2026-07-16 04:49:13 +06:00
parent f58d2efda7
commit aab32053ae
No known key found for this signature in database
GPG key ID: 5D3F1DE2855A2F79

View file

@ -3,13 +3,14 @@ name: CI
on:
push:
branches: [main]
paths:
- 'src/**'
- 'lib/**'
- 'test/**'
- '.github/workflows/ci.yml'
pull_request:
branches: [main]
paths:
- 'src/**'
- 'lib/**'
- 'test/**'
- '.github/workflows/ci.yml'
jobs:
build: