feat: add CI path filters and expand README (#82)

This commit is contained in:
2026-02-27 08:31:31 +02:00
committed by GitHub
parent 92cb1405fa
commit 5c23d3dcad
4 changed files with 105 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ name: PR Build and Report
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- "**/Dockerfile"
- ".github/workflows/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}