Skip to content

Commit

Permalink
tweaking github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ohshazbot committed Sep 28, 2023
1 parent c9029bd commit 92cee0a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,22 @@ name: Build & Test

on:
push:
branches: [ master, develop ]
branches:
- master
- develop
- threaded-task-manager
- types-via-monkeytype
pull_request:
branches: [ master, develop ]
branches:
- master
- develop

jobs:
build:
runs-on: ubuntu-latest
runs-on: [ubuntu-22.04]
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 92cee0a

Please sign in to comment.