diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 6ed0bc2..d1c0695 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -19,8 +19,22 @@ on: push: branches: [main] tags: ["v*"] + # Docs/example-only changes don't change the image — skip the rebuild. + # (Path filters are not applied to tag pushes, so `v*` releases always build.) + paths-ignore: + - "**.md" + - "examples/**" + - "LICENSE" + - ".gitignore" + - ".dockerignore" pull_request: types: [opened, synchronize, reopened] + paths-ignore: + - "**.md" + - "examples/**" + - "LICENSE" + - ".gitignore" + - ".dockerignore" workflow_dispatch: {} concurrency: