From 5ff4412421c54c5fecb8a77a53fea45c382f8c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20Ollenschl=C3=A4ger?= <56151847+MalteOlle@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:02:53 +0200 Subject: [PATCH] Update test_and_lint.yml --- .github/workflows/test_and_lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index dc0216f..68e510d 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -2,7 +2,7 @@ name: Test and Lint on: push: - branches: [ main ] + branches: '**' pull_request: branches: [ main ] @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [3.8] + python-version: [3.10] steps: - uses: actions/checkout@v2