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.
2 parents 8a48231 + 77f834d commit 764f153Copy full SHA for 764f153
.github/workflows/deploy-api-lambda.yaml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
- paths: ['lambda/**']
+ paths: ['lambda/**', '.github/workflows/deploy-api-lambda.yaml']
8
9
permissions:
10
contents: read
0 commit comments