From 29a937bbfe08aea3dee5b4ba4bfe427605ebb0c2 Mon Sep 17 00:00:00 2001 From: Fridolin Glatter Date: Mon, 14 Oct 2024 08:54:22 +0200 Subject: [PATCH] TEMPORARY enable action on PR --- .github/workflows/conda.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conda.yaml b/.github/workflows/conda.yaml index 1820a15cf..8eebee920 100644 --- a/.github/workflows/conda.yaml +++ b/.github/workflows/conda.yaml @@ -7,8 +7,8 @@ on: schedule: - cron: "0 5 * * *" # Uncomment to debug - # pull_request: - # branches: [ main ] + pull_request: + branches: [ main ] jobs: conda: