diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ed56496..57b6172 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,8 @@ name: Deploy Next.js site to Pages on: # Runs on pushes targeting the default branch push: - branches: [$default-branch] + branches: + - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: