Skip to content

Commit c746acf

Browse files
committed
main
1 parent 8958988 commit c746acf

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Documentation
22

33
on:
44
push:
5-
branches: [ main, docs ]
5+
branches: [ master, docs ]
66
paths:
77
- 'docs/**'
88
- 'src/**'

.github/workflows/julia-golden-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Julia Golden File Tests
22

33
on:
44
push:
5-
branches: [main, master, julia, develop]
5+
branches: [master, julia, develop]
66
paths:
77
- 'src/**'
88
- 'test/**'
99
- 'goldenfiles/**'
1010
- '.github/workflows/julia-golden-test.yml'
1111
pull_request:
12-
branches: [main, master, julia, develop]
12+
branches: [master, julia, develop]
1313
paths:
1414
- 'src/**'
1515
- 'test/**'

docs/src/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,10 @@ For a comprehensive overview of all features and capabilities, see the User Guid
5858

5959
## License
6060

61-
See the [license file](https://github.com/comp-physics/HyQMOM.jl/blob/main/license.md) for licensing information.
61+
MIT license.
62+
63+
See the [license file](https://github.com/comp-physics/HyQMOM.jl/blob/master/license.md) for the full text.
64+
65+
## Copyright
66+
67+
Copyright 2025 Spencer Bryngelson and Rodney Fox

0 commit comments

Comments
 (0)