diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4b9e1af..997a794a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: AppConfiguration-JavaScriptProvider CI on: push: - branches: [ "main" ] + branches: [ "main", "preview" ] pull_request: - branches: [ "main" ] + branches: [ "main", "preview" ] jobs: build: