Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit abe135e

Browse files
authored
Update pydocs.yml
1 parent 79a903a commit abe135e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pydocs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
name: PyDocs
1+
name: PyDocs Preview
22

33
on:
4-
push:
5-
branches:
6-
- master
74
pull_request_target:
85
branches:
96
- master
@@ -19,6 +16,8 @@ jobs:
1916
steps:
2017
- name: Checkout repository
2118
uses: actions/checkout@v2
19+
with:
20+
ref: ${{ github.event.pull_request.head.sha }}
2221

2322
- name: Set up Python
2423
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)