Skip to content

Commit

Permalink
Update site build to be on master only
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Nov 27, 2024
1 parent 008b4ea commit 5c7704a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
path: docs-site/
deploy:
needs: build
if: github.ref == 'refs/heads/beta'
if: github.ref == 'refs/heads/master'
name: Deploy
permissions:
pages: write
Expand Down

0 comments on commit 5c7704a

Please sign in to comment.