Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit 6942952

Browse files
committed
ci: add Lagrange.Milky.Implementation.Api.Generator to workflow paths
1 parent d70bc15 commit 6942952

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/milky-build.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@ on:
77
- .github/workflows/milky-build.yaml
88
- Lagrange.Codec/**
99
- Lagrange.Core/**
10+
- Lagrange.Milky/**
11+
- Lagrange.Milky.Implementation.Api.Generator/**
1012
- Lagrange.Proto/**
1113
- Lagrange.Proto.Generator/**
12-
- Lagrange.Milky/**
1314
pull_request:
1415
branches: [ main ]
1516
paths:
1617
- .github/workflows/milky-build.yaml
1718
- Lagrange.Codec/**
1819
- Lagrange.Core/**
20+
- Lagrange.Milky/**
21+
- Lagrange.Milky.Implementation.Api.Generator/**
1922
- Lagrange.Proto/**
2023
- Lagrange.Proto.Generator/**
21-
- Lagrange.Milky/**
2224
workflow_dispatch:
2325

2426
jobs:

.github/workflows/milky-docker.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@ on:
77
- .github/workflows/milky-docker.yaml
88
- Lagrange.Codec/**
99
- Lagrange.Core/**
10+
- Lagrange.Milky/**
11+
- Lagrange.Milky.Implementation.Api.Generator/**
1012
- Lagrange.Proto/**
1113
- Lagrange.Proto.Generator/**
12-
- Lagrange.Milky/**
1314
pull_request:
1415
branches: [ main ]
1516
paths:
1617
- .github/workflows/milky-docker.yaml
1718
- Lagrange.Codec/**
1819
- Lagrange.Core/**
20+
- Lagrange.Milky/**
21+
- Lagrange.Milky.Implementation.Api.Generator/**
1922
- Lagrange.Proto/**
2023
- Lagrange.Proto.Generator/**
21-
- Lagrange.Milky/**
2224
workflow_dispatch:
2325

2426
jobs:

0 commit comments

Comments
 (0)