diff --git a/.github/workflows/docs-deployment-unstable.yml b/.github/workflows/docs-deployment-unstable.yml index 4180da6bf4..1a88f97da9 100644 --- a/.github/workflows/docs-deployment-unstable.yml +++ b/.github/workflows/docs-deployment-unstable.yml @@ -3,7 +3,7 @@ name: Build and Deploy Unstable Documentation on: push: branches: - - main # Trigger the workflow on pushes to the main branch + - v0.8.0 # Trigger the workflow on pushes to the default branch which is currently v0.8.0 jobs: build: