Skip to content

Commit 0086aa8

Browse files
committed
Build documentation on any push to *.*.x branches
1 parent 9dcb96f commit 0086aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Documentation
33
on:
44
push:
55
branches:
6-
- master
6+
- '*.*.x'
77

88
concurrency:
99
group: documentation
@@ -30,5 +30,5 @@ jobs:
3030
git config user.name "GitHub Actions"
3131
git config user.email ""
3232
git add docs/
33-
git commit -m "Update phpdoc" || echo "No changes to commit"
33+
git commit -m "Update javadoc" || echo "No changes to commit"
3434
git push

0 commit comments

Comments
 (0)