diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index 610464eeaa1..8dac4dc0d51 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -2,8 +2,10 @@ name: Build documentation on: push: - tags: - - '[0-9]+.[0-9]+.[0-9]+*' + branches: + - main + - doc-builder* + - v*-release jobs: build: