Skip to content

Commit e0a2f08

Browse files
committed
test sync scripts on ci branch
1 parent c817fd7 commit e0a2f08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sync-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Sync SDK
22
on:
33
push:
4-
branches: ["main"]
4+
branches: ["main", "ci/remove-sync-version"]
55
paths:
66
- "packages/aws-durable-execution-sdk-js/**"
77

.github/workflows/sync-testing-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Sync Testing SDK
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["main", "ci/remove-sync-version"]
66
paths:
77
- "packages/aws-durable-execution-sdk-js-testing/**"
88

0 commit comments

Comments
 (0)