Update and rename main.yml to deploy-site.yaml

This commit is contained in:
Alexander Bazzi 2024-02-23 18:19:35 -07:00 committed by GitHub
parent 440c35e643
commit 4af3f33c80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ name: Deploy to AWS S3 and Invalidate CloudFront
on:
push:
branches:
- main # Adjust this to your repository's default branch
- master # Adjust this to your repository's default branch
jobs:
deploy: