Skip to content

Commit

Permalink
fix: change test running branches
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeshi committed Nov 12, 2023
1 parent dfa152b commit 7161bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name: pytest
on:
push:
branches:
- master
- develop
- 'feature/**'

jobs:
pytest:
name: Run tests with pytest
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.11', '3.12']
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 7161bb6

Please sign in to comment.