Skip to content

Commit 861cd6d

Browse files
authored
Update build-lambda-zip workflow (#267)
Update build-lambda-zip workflow * run on push to master * explicit go get @master
1 parent 54dabe6 commit 861cd6d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-lambda-zip.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: go get build-lambda-zip
22
on:
33
push:
4+
branches:
5+
- master
46
schedule:
57
- cron: "7 7 * * *"
68

@@ -24,4 +26,4 @@ jobs:
2426
GO111MODULE: on
2527
run: |
2628
go env
27-
go get -u github.com/aws/aws-lambda-go/cmd/build-lambda-zip
29+
go get -u github.com/aws/aws-lambda-go/cmd/build-lambda-zip@master

0 commit comments

Comments
 (0)