Skip to content

Commit

Permalink
feat: deploy typedoc only when ci runs on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Jan 7, 2025
1 parent 64589c0 commit e558a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
path: ./docs
deploy:
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
environment:
name: githubs
Expand Down

0 comments on commit e558a58

Please sign in to comment.