diff --git a/.github/workflows/gatsby.yml b/.github/workflows/gatsby.yml index 4f2857d..9a8c047 100644 --- a/.github/workflows/gatsby.yml +++ b/.github/workflows/gatsby.yml @@ -7,7 +7,7 @@ name: Deploy Gatsby site 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: