Skip to content

Commit

Permalink
temporarily test deployment on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
kentSarmiento committed Dec 30, 2023
1 parent c3192bd commit 72b2f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
deploy:
needs: build
runs-on: ubuntu-latest
if: github.event_name == 'push' # deploy only in main
if: github.event_name == 'pull_request' # deploy only in main
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 72b2f7c

Please sign in to comment.