diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 0ea6c1c..3042dc8 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -7,7 +7,8 @@ name: Deploy to Pages on: # Runs on pushes targeting the default branch push: - branches: [$default-branch] + branches: + - master # Allows you to run this workflow manually from the Actions tab workflow_dispatch: