Skip to content

Commit 3604c8f

Browse files
committed
changed back to main branch
1 parent 9c2a24a commit 3604c8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Runs on pushes targeting the default branch
66
push:
77
branches:
8-
- production
8+
- main
99

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

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hugo server
1111
```
1212
and navigate to the url, usually `http://localhost:1313/`.
1313

14-
After the changes have been made, commit them onto a new branch, and create a PR to merge the content into `production`.
14+
After the changes have been made, commit them onto a new branch, and create a PR to merge the content into `main`.
1515
The github workflows will automatically deploy the new version of the website.
1616

1717
## Adding Content

0 commit comments

Comments
 (0)