From 34ad871b212ec8e0bc66cbb75dd046d1fe22b3ea Mon Sep 17 00:00:00 2001 From: Michael Panchenko Date: Tue, 20 May 2025 01:41:36 +0200 Subject: [PATCH] GH: run on push to main --- .github/workflows/pytest.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 549b036..1a3b040 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -1,6 +1,10 @@ name: Tests on CI -on: [pull_request] +on: + pull_request: + push: + branches: + - main concurrency: group: ci-${{ github.workflow }}-${{ github.ref }}