Skip to content

Commit 8fb6c38

Browse files
author
admin
committed
ci: update ci after branch change
1 parent 5f7aa94 commit 8fb6c38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

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

@@ -30,5 +30,5 @@ jobs:
3030
git config --global user.name 'BDX.town'
3131
git config --global user.email 'BDX-town@users.noreply.github.com'
3232
npx commit-and-tag-version
33-
git push --follow-tag origin master
33+
git push --follow-tag origin main
3434

0 commit comments

Comments
 (0)