Skip to content

Commit 59ce4d4

Browse files
authored
Update action.yaml
1 parent 92db3c5 commit 59ce4d4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/action.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Deploy my Lambda Function
22

33
# trigger on all push events to main branch
4-
on:
5-
push:
6-
branches:
7-
- main
4+
on: [push]
85

96
jobs:
107
build:

0 commit comments

Comments
 (0)