Skip to content

Commit

Permalink
Only render docs on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sebromero authored Apr 24, 2024
1 parent 6fa7b9a commit 4e445aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/render-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
with:
source-path: './src'
target-path: './docs/api.md'
fail-on-warnings: true
fail-on-warnings: true
commit: ${{ github.event_name != 'pull_request' }} # Only commit changes if not a PR

0 comments on commit 4e445aa

Please # to comment.