diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a7b493d..d1c260c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Build & Deploy on: push: - branches: [ 316-upgrade-to-dotnet-10 ] + branches: [ main ] jobs: build: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 865f4e7..8b65afa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: E2E Tests on: push: - branches: [ "main", "test/**" ] + branches: [ "main", "test/**", "316-upgrade-to-dotnet-10" ] workflow_dispatch: jobs: @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.x' + dotnet-version: '10.0.x' - name: Install Chromium and ChromeDriver run: |