Skip to content

Commit

Permalink
Update test_and_lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteOlle authored Oct 18, 2024
1 parent ac44675 commit 5ff4412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test and Lint

on:
push:
branches: [ main ]
branches: '**'
pull_request:
branches: [ main ]

Expand All @@ -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
Expand Down

0 comments on commit 5ff4412

Please sign in to comment.