We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f260b08 commit 0408c88Copy full SHA for 0408c88
.github/workflows/sync-sdk.yml
@@ -2,6 +2,8 @@ name: Sync SDK
2
on:
3
push:
4
branches: ["main", "ci/remove-sync-version"]
5
+ paths:
6
+ - "packages/aws-durable-execution-sdk-js/**"
7
8
env:
9
AWS_REGION: "us-west-2"
.github/workflows/sync-testing-sdk.yml
@@ -3,6 +3,8 @@ name: Sync Testing SDK
+ - "packages/aws-durable-execution-sdk-js-testing/**"
10
0 commit comments