From a7ebf4d5731dc7f4dca318db23282fae4df57022 Mon Sep 17 00:00:00 2001 From: leehk Date: Tue, 15 Apr 2025 14:41:57 +0800 Subject: [PATCH 1/3] update uses github/workflows --- .github/workflows/build_new.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_new.yml b/.github/workflows/build_new.yml index 61b50d8..348b9da 100644 --- a/.github/workflows/build_new.yml +++ b/.github/workflows/build_new.yml @@ -46,7 +46,7 @@ jobs: ARGS: "" # Default empty ARGS # Call the reusable workflow - uses: templates/template_build.yml@develop # Path to the reusable workflow file + uses: .github/workflows/templates/template_build.yml@develop # Path to the reusable workflow file # Pass inputs required by the reusable workflow with: # Pass values from the matrix context and global env From 77bd3cb53903401e8f92b8b83f25ce9bccdba1c0 Mon Sep 17 00:00:00 2001 From: leehk Date: Tue, 15 Apr 2025 14:43:16 +0800 Subject: [PATCH 2/3] update --- .github/workflows/build_new.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_new.yml b/.github/workflows/build_new.yml index 348b9da..07b27af 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: From d22efc4d6b3b75432f31292746ac7e64e3001baf Mon Sep 17 00:00:00 2001 From: leehk Date: Tue, 15 Apr 2025 14:46:07 +0800 Subject: [PATCH 3/3] update --- .github/workflows/build_new.yml | 2 +- .github/workflows/templates/template_build.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_new.yml b/.github/workflows/build_new.yml index 07b27af..b2f3045 100644 --- a/.github/workflows/build_new.yml +++ b/.github/workflows/build_new.yml @@ -4,7 +4,7 @@ name: Build on: push: branches: - - development + - develop # paths: # - 'app/**' # - '.github/workflows/**' diff --git a/.github/workflows/templates/template_build.yml b/.github/workflows/templates/template_build.yml index ec91182..3f66448 100644 --- a/.github/workflows/templates/template_build.yml +++ b/.github/workflows/templates/template_build.yml @@ -2,6 +2,9 @@ name: Reusable Docker Build Template # Define inputs expected from the calling workflow on: + push: + branches: + - develop workflow_call: inputs: project_name: