Skip to content

Commit

Permalink
Merge pull request #3 from jwade1327/update-to-main
Browse files Browse the repository at this point in the history
Replace 'master' with 'main'
  • Loading branch information
jwade1327 authored Sep 22, 2022
2 parents 0e9af14 + 1d7ee1c commit 3d4622e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Node.js CI

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@science-medicine-group/package-common",
"version": "0.0.1",
"author": "Jessica Stenzel <[email protected]>",
"repository": "https://github.com/parameter1/science-medicine-group-newsletters/tree/master/packages/common",
"repository": "https://github.com/parameter1/science-medicine-group-newsletters/tree/main/packages/common",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tenants/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@science-medicine-group/all",
"version": "0.0.1",
"author": "Jessica Stenzel <[email protected]>",
"repository": "https://github.com/parameter1/science-medicine-group-newsletters/tree/master/tenants/all",
"repository": "https://github.com/parameter1/science-medicine-group-newsletters/tree/main/tenants/all",
"license": "MIT",
"private": true,
"scripts": {
Expand Down

0 comments on commit 3d4622e

Please sign in to comment.