Skip to content

Commit 8265d7a

Browse files
committed
master -> main
1 parent 64f61b8 commit 8265d7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build
22

33
on:
44
push:
5-
branches: [ "main", "master" ]
5+
branches: [ "main" ]
66
pull_request:
7-
branches: [ "main", "master" ]
7+
branches: [ "main" ]
88

99
jobs:
1010
build:
@@ -28,8 +28,8 @@ jobs:
2828
run: pnpm prod:build
2929
env:
3030
CI: true
31-
- name: Release to GH pages if on master
32-
if: ${{github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'}}
31+
- name: Release to GH pages if on main
32+
if: ${{github.ref == 'refs/heads/main'}}
3333
uses: crazy-max/ghaction-github-pages@v1
3434
with:
3535
target_branch: gh-pages

0 commit comments

Comments
 (0)