Skip to content

Commit

Permalink
ci: run doc pr comment only on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Dec 5, 2024
1 parent 5974494 commit 756d62b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/doc-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:

- name: Comment PR
uses: thollander/actions-comment-pull-request@v3
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'main' }}
with:
message: |
Doc preview deployed to: ${{ steps.cloudflare-deploy.outputs.deployment-url }}
Expand Down

0 comments on commit 756d62b

Please sign in to comment.