From 8e014e4f0bca5464590d6e4b51d61bbf11b0754a Mon Sep 17 00:00:00 2001 From: Jax922 Date: Fri, 29 Sep 2023 19:52:58 +0200 Subject: [PATCH] auto test --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8983dac..d748d19 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,9 +5,9 @@ name: Testing your commit on libRAINBOW on: workflow_dispatch: push: - branches: [ main ] + branches: [ test/unit-test ] pull_request: - branches: [ main ] + branches: [ test/unit-test ] jobs: miniconda: name: os ${{ matrix.os }} python ${{ matrix.python-version }}