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