update: add path ignore to ci

This commit is contained in:
Nathan FONTEYNE 2026-07-10 11:53:23 +02:00
parent fa1c1a3b8c
commit 324cc3c977

View file

@ -3,6 +3,9 @@ name: CI/CD
on: on:
push: push:
branches: [main] branches: [main]
paths-ignore:
- '**.md'
- '.gitignore'
jobs: jobs:
test: test: