From ccbe08041ff746cb1f0b5f56a55d8e572e960389 Mon Sep 17 00:00:00 2001 From: Jose Luis Cercos-Pita Date: Tue, 11 Jul 2023 16:29:19 +0200 Subject: [PATCH] Enable the building on the python branch to can test it Signed-off-by: Jose Luis Cercos-Pita --- .github/workflows/python-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index 51356ae19..58de9d931 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -2,7 +2,7 @@ name: Python wheels on: push: - branches: [ $default-branch, main ] + branches: [ $default-branch, main, python ] jobs: build_wheels: