Skip to content

Commit f59e89e

Browse files
committed
fix: fix GitHub Actions trigger path
1 parent 1436fc7 commit f59e89e

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.github/workflows/build-events.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
paths:
66
- "lambda-events/**"
7+
- "Cargo.toml"
78
pull_request:
89
paths:
910
- "lambda-events/**"
11+
- "Cargo.toml"
1012

1113
jobs:
1214
build:

.github/workflows/build-extension.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ on:
55
paths:
66
- 'lambda-runtime-api-client/**'
77
- 'lambda-extension/**'
8+
- 'lambda-runtime/**'
9+
- 'Cargo.toml'
810

911
pull_request:
1012
paths:
1113
- 'lambda-runtime-api-client/**'
1214
- 'lambda-extension/**'
15+
- 'lambda-runtime/**'
16+
- 'Cargo.toml'
1317

1418

1519
jobs:

.github/workflows/build-runtime.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
- 'lambda-runtime-api-client/**'
77
- 'lambda-runtime/**'
88
- 'lambda-http/**'
9+
- 'Cargo.toml'
910

1011
pull_request:
1112
paths:
1213
- 'lambda-runtime-api-client/**'
1314
- 'lambda-runtime/**'
1415
- 'lambda-http/**'
16+
- 'Cargo.toml'
1517

1618
jobs:
1719
build-runtime:

lambda-http/trigger-ci

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1

0 commit comments

Comments
 (0)