From e994a27282f4708e4142feb06dd42551eb4db1e8 Mon Sep 17 00:00:00 2001 From: plyshka Date: Thu, 15 Aug 2024 03:44:12 +0500 Subject: [PATCH] Drop restrictions on what branch to run debug actions --- .github/workflows/dotnet-debug.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/dotnet-debug.yml b/.github/workflows/dotnet-debug.yml index 9f8242b..a5155c3 100644 --- a/.github/workflows/dotnet-debug.yml +++ b/.github/workflows/dotnet-debug.yml @@ -5,9 +5,7 @@ name: ADBForwarder Debug on: push: - branches: [ "main" ] pull_request: - branches: [ "main" ] jobs: build: