We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92db3c5 commit 59ce4d4Copy full SHA for 59ce4d4
.github/workflows/action.yaml
@@ -1,10 +1,7 @@
1
name: Deploy my Lambda Function
2
3
# trigger on all push events to main branch
4
-on:
5
- push:
6
- branches:
7
- - main
+on: [push]
8
9
jobs:
10
build:
0 commit comments