From c7a485360ee0f67cd7b9be61d57fb1ee2c8d21bd Mon Sep 17 00:00:00 2001 From: alex289 Date: Sat, 8 Jul 2023 19:40:49 +0200 Subject: [PATCH] Revert last change --- .github/workflows/dotnet.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index fa381ea..fe48330 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -2,9 +2,10 @@ name: CI on: workflow_dispatch: - pull_request: push: - branches: [ "main" ] + branches: [ main ] + pull_request: + branches: [ main ] jobs: build: