Skip to content

Commit

Permalink
Build documentation on any push to *.*.x branches
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Feb 26, 2024
1 parent 9dcb96f commit 0086aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Documentation
on:
push:
branches:
- master
- '*.*.x'

concurrency:
group: documentation
Expand All @@ -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

0 comments on commit 0086aa8

Please sign in to comment.