From ad152e34b8b7da1619f1f7cd704c686c79d03756 Mon Sep 17 00:00:00 2001 From: Alessio Trivisonno Date: Sat, 28 Dec 2024 12:47:32 +0100 Subject: [PATCH] run tests --- .github/workflows/continuous-integration.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index dd0fc335f6..1fbfc79bcc 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -2,9 +2,6 @@ name: "Continuous Integration" on: push: - branches: [ main ] - pull_request: - branches: [ main ] concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}