From c5c2acb4e8661340ac9974d6e9c17769f4064cb7 Mon Sep 17 00:00:00 2001 From: Christoph Jabs Date: Thu, 28 Mar 2024 13:46:15 +0200 Subject: [PATCH] temporarily always build python api --- .github/workflows/pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 354995c0..d142a988 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -4,6 +4,8 @@ on: push: tags: - 'rustsat-v*' + branches: + - 'chore/update-pyo3' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: