Skip to content

Commit df54fc2

Browse files
committed
Change CI script to target branch for releases.
1 parent 2d990d8 commit df54fc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ jobs:
5757
git config user.name github-actions
5858
git config user.email [email protected]
5959
stack exec --system-ghc site rebuild
60-
git checkout testrelease
60+
git checkout main
6161
git pull --rebase
6262
# Overwrite existing files with new files
6363
cp -a -v _site/. .
6464
# Commit
6565
git add --all
6666
git commit -m "[`date '+%F %T %Z'`] New release [ci skip]"
6767
# Push
68-
git push origin testrelease:testrelease
68+
git push origin main:main

0 commit comments

Comments
 (0)