Skip to content

Commit 2a5fb27

Browse files
Update Workflows to Point at Master (#34)
* Update Readme to indicate master as primary branch * Update github workflows to look at master branch for triggers
1 parent 7f695cd commit 2a5fb27

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches:
6-
- develop
6+
- master
77

88
jobs:
99
deploy:

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: PR Build
33
on:
44
pull_request:
55
branches:
6-
- develop
6+
- master
77
# Review gh actions docs if you want to further define triggers, paths, etc
88
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
99

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This repository contains the source code for the GraphQL ASP.NET documentation website.
88

99
## How to Run The Docs Locally
10-
0. Clone the `develop` branch
10+
0. Clone the `master` branch
1111
1. Open a terminal at the repo directory
1212
2. Execute `yarn install`
1313
3. Execute `yarn start`

0 commit comments

Comments
 (0)