Skip to content

Commit 5c7704a

Browse files
committed
Update site build to be on master only
1 parent 008b4ea commit 5c7704a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
path: docs-site/
2525
deploy:
2626
needs: build
27-
if: github.ref == 'refs/heads/beta'
27+
if: github.ref == 'refs/heads/master'
2828
name: Deploy
2929
permissions:
3030
pages: write

0 commit comments

Comments
 (0)