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