Skip to content

Commit

Permalink
run tests on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCox822 authored Nov 17, 2023
1 parent 7bb426c commit f4925eb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@ name: test

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

jobs:
test:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10"]
python-version: [3.10, 3.11]
max-parallel: 1

steps:
Expand Down

0 comments on commit f4925eb

Please sign in to comment.