From 0d14098aa0e14eac896d3a99b29ab8846f1b9777 Mon Sep 17 00:00:00 2001 From: Patrick Maguire <33061385+p-maguire@users.noreply.github.com> Date: Fri, 29 Mar 2024 09:45:51 -0400 Subject: [PATCH] SP-895 Update documentation.yml --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 188bf6ba..e26850a6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -3,7 +3,7 @@ name: Documentation on: push: branches: - - master + - *.*.x concurrency: group: documentation @@ -24,4 +24,4 @@ jobs: git config user.email "" git add docs/ git commit -m "Update phpdoc" || echo "No changes to commit" - git push \ No newline at end of file + git push