From 20e8e6be98e0f31de3f00d771c27f1543ec98cfa Mon Sep 17 00:00:00 2001 From: Jirka Date: Fri, 25 Aug 2023 09:18:25 +0200 Subject: [PATCH] docs --- .github/workflows/docs-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*"