diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2a741ef..8fa9061 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ['prod'] + branches: ['main'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: