From 34b3c1e57b1a22c01ff13c85ffe5ceb70419c76e Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Fri, 11 Feb 2022 10:53:38 +0100 Subject: [PATCH] fix ci branches --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8720af..f4691b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: CI on: push: branches: - - next + - dev pull_request: branches: - - next + - dev env: DEFAULT_PYTHON: 3.7