diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index d7525d630..b67b01ed2 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -1,7 +1,14 @@ name: Docs on: + workflow_dispatch: + branches: + - iblrigv8dev + paths: + - '.github/workflows/documentation.yaml' + - 'docs/**' push: - branches: [iblrigv8, docs] + branches: + - iblrigv8 paths: - '.github/workflows/documentation.yaml' - 'docs/**'