From cb2b4415af68be60ffbf3a98958fb0c44a3d259e Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Wed, 8 Jan 2025 14:54:39 +0100 Subject: [PATCH] chore: Update action to trigger on pull request for any branch --- .github/workflows/test_python_3_10.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_python_3_10.yml b/.github/workflows/test_python_3_10.yml index 78aea01f4..d86f4d869 100644 --- a/.github/workflows/test_python_3_10.yml +++ b/.github/workflows/test_python_3_10.yml @@ -4,7 +4,8 @@ on: workflow_dispatch: pull_request: types: [labeled, synchronize] - push: + branches: + - '**' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}