diff --git a/.github/workflows/docs-build.yml b/.github/workflows/docs-build.yml index 022c93900a..b7ad60753b 100644 --- a/.github/workflows/docs-build.yml +++ b/.github/workflows/docs-build.yml @@ -7,7 +7,7 @@ on: tags: ["*"] # use this event type to share secrets with forks. # it's important that the PR head SHA is checked out to run the changes - pull_request_target: + pull_request: # fixme: pull_request_target branches: ["master", "release/*"] paths: - ".actions/*"