From ec79533f3e5b3bcb3ea9d9561e8fbb1465d9a1a6 Mon Sep 17 00:00:00 2001 From: Eirini Koutsaniti Date: Wed, 16 Oct 2024 17:02:58 +0200 Subject: [PATCH] Run unittests for all PRs, not only the ones to main (#131) --- .github/workflows/testing.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4bdc28b..3a2e651 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -4,7 +4,6 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] jobs: unittest: