Skip to content

Commit ba03617

Browse files
committed
chore: rename master branch to main and update references
1 parent 29be2d4 commit ba03617

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy Site
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ['master', 'main']
7+
branches: ['main']
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test
22

33
on:
44
push:
5-
branches: [master, main]
5+
branches: [main]
66
pull_request:
7-
branches: [master, main]
7+
branches: [main]
88

99
jobs:
1010
test:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Prob.js [![npm](https://img.shields.io/npm/v/prob.js.svg)](https://www.npmjs.com/package/prob.js) [![LICENSE](https://img.shields.io/npm/l/prob.js.svg)](https://raw.githubusercontent.com/bramp/prob.js/master/LICENSE)
1+
# Prob.js [![npm](https://img.shields.io/npm/v/prob.js.svg)](https://www.npmjs.com/package/prob.js) [![LICENSE](https://img.shields.io/npm/l/prob.js.svg)](https://raw.githubusercontent.com/bramp/prob.js/main/LICENSE)
22

33
by [Andrew Brampton](https://bramp.net) 2016-2026
44

0 commit comments

Comments
 (0)