diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e635ea8..df14810 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,9 +4,9 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ['master'] + branches: ['main'] pull_request: - branches: ['master'] + branches: ['main'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: