diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index a1077ba..f6e926b 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -1,8 +1,15 @@ -name: Build and publish the docker image +name: build on: push: - branches: ["custom"] + branches: + - "custom" + paths-ignore: + - "README.md" + - "LICENSE.txt" + - "*.json" + - "docker-compose.example.yml" + - ".prettierrc" env: REGISTRY: git.ngn.tf