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,14 +3,15 @@ name: CI
on: on:
push: push:
branches: [main] branches: [main]
pull_request:
branches: [main]
paths: paths:
- 'src/**' - 'src/**'
- 'lib/**' - 'lib/**'
- 'test/**' - 'test/**'
- '.github/workflows/ci.yml' - '.github/workflows/ci.yml'
pull_request:
branches: [main]
jobs: jobs:
build: build:
name: Build (${{ matrix.os }}) name: Build (${{ matrix.os }})