diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index 1cee0e7..d585b03 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -4,7 +4,7 @@ name: Deploy Elm site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["master"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: