From 2e988b22d0e18cdfb9a3f698f36c0025aaa729f8 Mon Sep 17 00:00:00 2001 From: leehk Date: Tue, 15 Apr 2025 14:35:16 +0800 Subject: [PATCH] correct path reading issue --- .github/workflows/build_new.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_new.yml b/.github/workflows/build_new.yml index 84d3657..57ff3ed 100644 --- a/.github/workflows/build_new.yml +++ b/.github/workflows/build_new.yml @@ -5,9 +5,9 @@ on: push: branches: - development - paths: - - 'app/**' - - '.github/workflows/**' + # paths: + # - 'app/**' + # - '.github/workflows/**' # Concurrency: Equivalent to batch: true concurrency: @@ -46,7 +46,7 @@ jobs: ARGS: "" # Default empty ARGS # Call the reusable workflow - uses: templates/template_build.yml # Path to the reusable workflow file + uses: .github/workflows/templates/template_build.yml # Path to the reusable workflow file # Pass inputs required by the reusable workflow with: # Pass values from the matrix context and global env