From 37ca4c059320df268b46e67fa96e8f777bfdbabe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=C2=A0St=C4=99ch=C5=82y?= Date: Mon, 16 Mar 2026 15:05:13 +0100 Subject: [PATCH] Update quality_checks.yaml --- .github/workflows/quality_checks.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality_checks.yaml b/.github/workflows/quality_checks.yaml index d011578..cfb9dfa 100644 --- a/.github/workflows/quality_checks.yaml +++ b/.github/workflows/quality_checks.yaml @@ -13,8 +13,11 @@ # limitations under the License. name: Tests and quality checks -on: [pull_request] - +on: + pull_request: + push: + branches: + - main jobs: run_tests: runs-on: ubuntu-latest