From 0086aa811796670e56849cd108cbaa98b306dc78 Mon Sep 17 00:00:00 2001 From: Robert Brodie Date: Mon, 26 Feb 2024 11:33:01 -0500 Subject: [PATCH] Build documentation on any push to *.*.x branches --- .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 3d8bbf4c..32af6760 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 @@ -30,5 +30,5 @@ jobs: git config user.name "GitHub Actions" git config user.email "" git add docs/ - git commit -m "Update phpdoc" || echo "No changes to commit" + git commit -m "Update javadoc" || echo "No changes to commit" git push \ No newline at end of file