diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 9728b0ce..4a935f00 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -1,8 +1,10 @@ name: Build documentation and deploy it to GitHub Pages on: - push: - pull_request: - workflow_dispatch: + - push: + branches: + - main + - pull_request + - workflow_dispatch # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: diff --git a/docs/source/index.rst b/docs/source/index.rst index dea937db..f4c18059 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,7 +6,7 @@ Documentation for test-operator Welcome to the documentation for test-operator. This documentation is designed to help you get up and running with our project as quickly and smoothly as -possible. +possible.... Overview ========