diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8eaefa..391a356 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ "1.8.5.vnext" ] + branches: [ "main" ] pull_request: - branches: [ "1.8.5.vnext" ] + branches: [ "main" ] jobs: build-and-test: