Skip to content

Commit 1949593

Browse files
author
Alex Melnyk
committed
fix typo in branch trigger
1 parent eea4375 commit 1949593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_layer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish lambda layer to SAR
33
on:
44
push:
55
branches:
6-
- feat/lambda-layer
6+
- feat/lambda-layers
77
env:
88
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
99
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)