From 7faf8dc064277f0096bf595ad052f58139f5c020 Mon Sep 17 00:00:00 2001 From: Miguel Perez Pellicer <5908855+puntope@users.noreply.github.com> Date: Fri, 18 Aug 2023 12:59:23 +0400 Subject: [PATCH] Test Workflow --- .github/workflows/php-hook-documentation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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