diff --git a/.github/workflows/php-hook-documentation.yml b/.github/workflows/php-hook-documentation.yml index 955e6147e9..052d01ac09 100644 --- a/.github/workflows/php-hook-documentation.yml +++ b/.github/workflows/php-hook-documentation.yml @@ -4,9 +4,9 @@ on: push: branches: - "release/**" - paths: - - "**.php" - - .github/workflows/php-hook-documentation.yml + paths: + - "**.php" + - .github/workflows/php-hook-documentation.yml pull_request: types: - opened