Skip to content

Commit 0c2efcd

Browse files
committed
only trigger on main branch commits to the correct module
1 parent 6b0c578 commit 0c2efcd

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/sync-sdk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Sync SDK
22
on:
33
push:
4-
branches: ["main", "gitfarm-sync"]
5-
# paths:
6-
# - "aws-durable-execution-sdk-java/**"
4+
branches: ["main"]
5+
paths:
6+
- "aws-durable-execution-sdk-java/**"
77

88
env:
99
AWS_REGION: "us-west-2"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Sync Testing SDK
22

33
on:
44
push:
5-
branches: ["main", "gitfarm-sync"]
6-
# paths:
7-
# - "aws-durable-execution-sdk-java-testing/**"
5+
branches: ["main"]
6+
paths:
7+
- "aws-durable-execution-sdk-java-testing/**"
88

99
env:
1010
AWS_REGION: "us-west-2"

0 commit comments

Comments
 (0)