diff --git a/.github/workflows/make-doc.yml b/.github/workflows/make-doc.yml index f1b728ad6..16a905dae 100644 --- a/.github/workflows/make-doc.yml +++ b/.github/workflows/make-doc.yml @@ -2,7 +2,9 @@ name: Build documentation on: push: - branches: [ master ] + branches: + - master + - mc-1.15.x tags: release: types: [ published ]