From a44bb92ec40c5ceb7563d9c740fec53723f8a2c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= Date: Sat, 8 Feb 2025 15:26:20 +0100 Subject: [PATCH] run tests to protect v3-dev --- .github/workflows/github-action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml index 2471dc7..c823c12 100644 --- a/.github/workflows/github-action.yml +++ b/.github/workflows/github-action.yml @@ -1,11 +1,11 @@ name: "Specklepy test and build" on: - # pull_request: - # branches: - # - 'v3-dev' + pull_request: + branches: + - "v3-dev" push: branches: - - "gergo/uvSetup" + - "v3-dev" jobs: ci: name: continuous-integration