Skip to content

Commit 848711e

Browse files
authored
Update python-test.yml
1 parent d5d7b8b commit 848711e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151

152152
- name: Upload to github pages
153153
# only publish doc changes from main branch
154-
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
154+
if: github.ref == 'refs/heads/main'
155155
uses: peaceiris/actions-gh-pages@v3
156156
with:
157157
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)