Skip to content

Commit

Permalink
feature #1 - update serverless deploy CD with main trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 17, 2022
1 parent a31b1af commit f76744e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/serverless-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: serverless-deploy

on:
push:
branches:
- master
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
deploy:
Expand Down

0 comments on commit f76744e

Please sign in to comment.