From 5073f0f4e1e19c0b40f02d9f7313ece59ed44fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20P=C4=85czka?= <75582093+kubapoke@users.noreply.github.com> Date: Mon, 17 Mar 2025 15:51:12 +0100 Subject: [PATCH] Remove testing on pull in dotnettest.yml --- .github/workflows/dotnettest.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/dotnettest.yml b/.github/workflows/dotnettest.yml index 21aaeb3..8c272a2 100644 --- a/.github/workflows/dotnettest.yml +++ b/.github/workflows/dotnettest.yml @@ -4,8 +4,6 @@ name: Build and test .NET API on: - push: - branches: [ "main", "develop" ] pull_request: branches: [ "main", "develop" ] workflow_dispatch: