From a04cfc2fc361f44fb4ca66768d142f2483fe21a2 Mon Sep 17 00:00:00 2001 From: ngn Date: Fri, 2 May 2025 17:47:45 +0300 Subject: [PATCH] update the docker workflow Signed-off-by: ngn --- .gitea/workflows/build.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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