Only deploy the documentation from master
Don't do it for pull requests. This check also seems to render the check for the repository owner unnecessary, so drop it instead of keeping both.
This commit is contained in:
parent
20b8ba1773
commit
fe944dec68
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs_update.yml
vendored
2
.github/workflows/docs_update.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
./regen.sh php
|
||||
|
||||
- name: Upload
|
||||
if: github.repository_owner == 'wxWidgets'
|
||||
if: github.ref == 'refs/heads/master'
|
||||
working-directory: docs/doxygen
|
||||
env:
|
||||
DOCS_WEBSITE_KEY: ${{secrets.DOCS_WEBSITE_KEY}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue