Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewquang512 committed Nov 19, 2023
1 parent 4839f79 commit 057f440
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@ name: Deploy to AWS Lambda

on:
push:
branches: [deploy, develop]
branches:
- deploy
- develop
pull_request:
branches: [deploy, develop]
branches:
- deploy
- develop
workflow_dispatch:
branches: [deploy, develop]
branches:
- deploy
- develop

jobs:
build-and-deploy:
Expand Down

0 comments on commit 057f440

Please sign in to comment.