Skip to content

Commit

Permalink
SP-895 Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
p-maguire authored Mar 29, 2024
1 parent e8cf0a2 commit 0d14098
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 @@ -24,4 +24,4 @@ jobs:
git config user.email ""
git add docs/
git commit -m "Update phpdoc" || echo "No changes to commit"
git push
git push

0 comments on commit 0d14098

Please sign in to comment.