From ddab50b515b6e77058575e3958c4d2067257a412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Thu, 11 Mar 2021 18:41:35 +0100 Subject: [PATCH] CI config update --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 81dbbd63..be7b77c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,6 @@ on: push: branches: - master - - dev pull_request: types: [opened, synchronize, reopened] jobs: @@ -47,7 +46,7 @@ jobs: python3 setup.py egg_info - name: Lint check run: | - cardboardlinter --refspec main -n auto + cardboardlinter -n auto - name: Unit tests run: nosetests tests --nocapture --processes=0 --process-timeout=20 --process-restartworker - name: Test scripts