From 106cef0bed682949c94e585932f81b1647fb9b2a Mon Sep 17 00:00:00 2001 From: Harris Tzovanakis Date: Wed, 18 May 2022 15:48:14 +0200 Subject: [PATCH] Update pytest.yaml --- .github/workflows/pytest.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 49714ec..79be809 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -6,6 +6,9 @@ on: pull_request: branches: - master + release: + types: [published] + jobs: tests: runs-on: ubuntu-latest