diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index dc1df23..e446edf 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -2,7 +2,7 @@ name: Deploy site on: push: - branches: [$default-branch] + branches: [master] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: