ci: Don't run on docs updates

This commit is contained in:
selfhoster1312 2025-09-07 16:07:02 +02:00
parent c4157a4d5b
commit 1dd2d4ab5f

View File

@ -1,5 +1,13 @@
name: Development
on: [push, pull_request]
on:
push:
paths-ignore:
- 'docs/**'
- 'README.md'
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
jobs:
lint:
name: golangci-lint