mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-02 04:45:39 +08:00
Merge pull request #40 from aimingmed/feature/backend-frontend-structure
correct path reading issue
This commit is contained in:
commit
103762dd33
8
.github/workflows/build_new.yml
vendored
8
.github/workflows/build_new.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user