diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index cf57e42..d8d36da 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -2,8 +2,7 @@ name: Client Documentation Build on: push: branches: - - client - - docker-refactor + - main jobs: build: runs-on: codebuild-semoss-github-runner-${{ github.run_id }}-${{ github.run_attempt }}