Skip to content

Commit

Permalink
Run on all PR triggers
Browse files Browse the repository at this point in the history
Ensures the PR version of the repo is used

Signed-off-by: Cristian Le <[email protected]>
  • Loading branch information
LecrisUT committed Jun 8, 2023
1 parent 71a9561 commit da11578
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: readthedocs/actions
on:
pull_request_target:
types:
- opened
pull_request:

permissions:
pull-requests: write
Expand All @@ -11,6 +9,8 @@ jobs:
pull-request-links:
runs-on: ubuntu-latest
steps:
- uses: ./preview
- uses: actions/checkout@v3
- name: Run action preview
uses: ./preview
with:
project-slug: "readthedocs-preview"

0 comments on commit da11578

Please sign in to comment.