Skip to content

Commit

Permalink
fix(deploy): only deploy site on merge to bytecodealliance main (#68)
Browse files Browse the repository at this point in the history
Signed-off-by: Kate Goldenring <[email protected]>
  • Loading branch information
kate-goldenring authored Sep 21, 2023
1 parent 21ef9f4 commit 118a5d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:

# Deployment job
deploy:
if: ${{ github.repository_owner == 'bytecodealliance' }}
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 118a5d5

Please sign in to comment.