Skip to content

Commit e1255c4

Browse files
authored
Merge pull request #235 from JuliaAstro/updates
master --> main
2 parents 4e293da + 570f5d9 commit e1255c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

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

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
tags: ["*"]
77
pull_request:
88

.github/workflows/Documentation.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: [master]
5+
branches: [main]
66
tags: ["*"]
77
pull_request:
88

0 commit comments

Comments
 (0)