mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-08 16:37:29 +08:00
update
This commit is contained in:
parent
77bd3cb539
commit
d22efc4d6b
2
.github/workflows/build_new.yml
vendored
2
.github/workflows/build_new.yml
vendored
@ -4,7 +4,7 @@ name: Build
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- development
|
- develop
|
||||||
# paths:
|
# paths:
|
||||||
# - 'app/**'
|
# - 'app/**'
|
||||||
# - '.github/workflows/**'
|
# - '.github/workflows/**'
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user