diff --git a/.github/workflows/build_new.yml b/.github/workflows/build_new.yml index 61b50d8..b2f3045 100644 --- a/.github/workflows/build_new.yml +++ b/.github/workflows/build_new.yml @@ -4,10 +4,10 @@ name: Build on: push: branches: - - development - paths: - - 'app/**' - - '.github/workflows/**' + - develop + # 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@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 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: