diff --git a/.github/workflows/cd-deploy-docs.yaml b/.github/workflows/cd-deploy-docs.yaml index ea2b77ca7..32ca6f1c1 100644 --- a/.github/workflows/cd-deploy-docs.yaml +++ b/.github/workflows/cd-deploy-docs.yaml @@ -4,7 +4,7 @@ concurrency: documentation on: push: - branches: [master, gql] + branches: [master, gql, docs/init] jobs: detect-changes: