Merge pull request #389 from nahuhh/ignore-docs

ci: don't run on documentation updates
This commit is contained in:
tecnovert
2025-11-11 08:26:27 +00:00
committed by GitHub

View File

@@ -1,6 +1,16 @@
name: ci
on: [push, pull_request]
on:
push:
paths-ignore:
- 'doc/**'
- '**/README.md'
- '**/LICENSE'
pull_request:
paths-ignore:
- 'doc/**'
- '**/README.md'
- '**/LICENSE'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}