Update paths in GitHub Actions workflow trigger for Docker build

This commit is contained in:
2025-12-16 09:41:42 +01:00
parent 19f03f2c4c
commit 4d7ab9138d

View File

@@ -3,6 +3,10 @@ on:
push:
branches:
- main
paths:
- /Dockerfile
- /entrypoint.sh
- /.gitea/workflows/build.yml
jobs:
build: