From f5f14d1a65787f3b14f40625d58d0a34c33481c5 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Thu, 22 Feb 2024 19:16:35 +0530 Subject: [PATCH] Clean up workflow run contexts, remove dispatch --- .github/workflows/tests.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8ce08929e..315225560 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,17 +11,15 @@ env: CYTHON_MIN: cython==0.29.35 SCIPY_MIN: scipy==1.8.0 -# TODO: undo these when PR is ready on: push: - # branches: - # - master - # - v1.** + branches: + - master + - v1.** pull_request: - # branches: - # - master - # - v1.** - workflow_dispatch: + branches: + - master + - v1.** jobs: