We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f61b8 commit 8265d7aCopy full SHA for 8265d7a
.github/workflows/build.yml
@@ -2,9 +2,9 @@ name: Build
2
3
on:
4
push:
5
- branches: [ "main", "master" ]
+ branches: [ "main" ]
6
pull_request:
7
8
9
jobs:
10
build:
@@ -28,8 +28,8 @@ jobs:
28
run: pnpm prod:build
29
env:
30
CI: true
31
- - name: Release to GH pages if on master
32
- if: ${{github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'}}
+ - name: Release to GH pages if on main
+ if: ${{github.ref == 'refs/heads/main'}}
33
uses: crazy-max/ghaction-github-pages@v1
34
with:
35
target_branch: gh-pages
0 commit comments