Skip to content

Commit

Permalink
remove yaml anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jun 7, 2024
1 parent 9095361 commit c16ec9b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/develop-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Develop API CI/CD
on:
workflow_dispatch:
push:
paths: &paths
paths:
- 'backend/LexBoxApi/**'
- 'backend/LexCore/**'
- 'backend/LexData/**'
Expand All @@ -16,7 +16,17 @@ on:
branches:
- develop
pull_request:
paths: *paths
paths:
- 'backend/LexBoxApi/**'
- 'backend/LexCore/**'
- 'backend/LexData/**'
- 'backend/LfClassicData/**'
- 'backend/MiniLcm/**'
- 'backend/SyncReverserProxy/**'
- 'backend/Testing/**'
- '.github/workflows/lexbox-api.yaml'
- '.github/workflows/deploy.yaml'
- 'deployment/lexbox-deployment.yaml'
branches:
- develop

Expand Down
11 changes: 9 additions & 2 deletions .github/workflows/fw-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
workflow_dispatch:
push:
paths: &paths
paths:
- 'backend/FwDataMiniLcmBridge/**'
- 'backend/harmony/**'
- 'backend/LcmCrdt/**'
Expand All @@ -13,7 +13,14 @@ on:
branches:
- develop
pull_request:
paths: *paths
paths:
- 'backend/FwDataMiniLcmBridge/**'
- 'backend/harmony/**'
- 'backend/LcmCrdt/**'
- 'backend/LocalWebApp/**'
- 'backend/MiniLcm/**'
- 'frontend/viewer/**'
- '.github/workflows/fw-lite.yaml'
branches:
- develop

Expand Down

0 comments on commit c16ec9b

Please sign in to comment.