Skip to content

Commit 180564d

Browse files
authored
feat: Update release-testing.yml (#361)
1 parent 84a2d54 commit 180564d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
publish-layers:
@@ -67,4 +67,4 @@ jobs:
6767
-H "Content-Type: application/json" \
6868
-H "x-api-key: $API_KEY" \
6969
--data '{ "x86_layer_arn": "${{ needs.publish-layers.outputs.x86_arn }}", "arm_layer_arn": "${{ needs.publish-layers.outputs.arm_arn }}", "execution_phase": "warm" }' \
70-
$API_URL
70+
$API_URL

0 commit comments

Comments
 (0)