File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Deploy Site
44on :
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 :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Test
22
33on :
44 push :
5- branches : [master, main]
5+ branches : [main]
66 pull_request :
7- branches : [master, main]
7+ branches : [main]
88
99jobs :
1010 test :
Original file line number Diff line number Diff line change 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
33by [ Andrew Brampton] ( https://bramp.net ) 2016-2026
44
You can’t perform that action at this time.
0 commit comments