Fixed wrong yaml changed

This commit is contained in:
2025-11-19 09:00:36 +01:00
parent b537f67466
commit b35008d35f
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ name: Build & Deploy
on: on:
push: push:
branches: [ 316-upgrade-to-dotnet-10 ] branches: [ main ]
jobs: jobs:
build: build:

View File

@@ -2,7 +2,7 @@ name: E2E Tests
on: on:
push: push:
branches: [ "main", "test/**" ] branches: [ "main", "test/**", "316-upgrade-to-dotnet-10" ]
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@@ -16,7 +16,7 @@ jobs:
- name: Setup .NET - name: Setup .NET
uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v4
with: with:
dotnet-version: '8.0.x' dotnet-version: '10.0.x'
- name: Install Chromium and ChromeDriver - name: Install Chromium and ChromeDriver
run: | run: |