diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index bee1d06..323ca63 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages on: push: branches: - - develop + - master jobs: deploy: diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 215db57..37d2435 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -3,7 +3,7 @@ name: PR Build on: pull_request: branches: - - develop + - master # Review gh actions docs if you want to further define triggers, paths, etc # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on diff --git a/README.md b/README.md index dc0802f..d6bdcd3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository contains the source code for the GraphQL ASP.NET documentation website. ## How to Run The Docs Locally -0. Clone the `develop` branch +0. Clone the `master` branch 1. Open a terminal at the repo directory 2. Execute `yarn install` 3. Execute `yarn start`