diff --git a/.github/workflows/main.yml b/.github/workflows/deploy-site.yaml similarity index 93% rename from .github/workflows/main.yml rename to .github/workflows/deploy-site.yaml index 368c61e..668b361 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/deploy-site.yaml @@ -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: