This commit is contained in:
leehk 2025-04-15 14:46:07 +08:00
parent 77bd3cb539
commit d22efc4d6b
2 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@ name: Build
on: on:
push: push:
branches: branches:
- development - develop
# paths: # paths:
# - 'app/**' # - 'app/**'
# - '.github/workflows/**' # - '.github/workflows/**'

View File

@ -2,6 +2,9 @@ name: Reusable Docker Build Template
# Define inputs expected from the calling workflow # Define inputs expected from the calling workflow
on: on:
push:
branches:
- develop
workflow_call: workflow_call:
inputs: inputs:
project_name: project_name: