Skip to content

Commit 53e0058

Browse files
rsanchez-sScott Miller
andauthored
Update .github/workflows/lambda_zip.yaml
Co-authored-by: Scott Miller <smiller@rhythmictech.com>
1 parent 5825796 commit 53e0058

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/lambda_zip.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Create a zipped lambda func for deployment
22

33
on:
4-
push:
5-
# Sequence of patterns matched against refs/tags
6-
tags:
7-
- 'v*' # push events to matching v*
4+
release:
5+
types:
6+
- created
87

98
jobs:
109
build:

0 commit comments

Comments
 (0)