diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c2f67f0b..bb72c4dc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["master"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e43cb582..168534a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: Lint & Test on: push: - branches: [main] + branches: [master] pull_request: - branches: [main] + branches: [master] permissions: contents: read