summaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
blob: f235f84cffe8329d50ca8dae3d945c74ef2dd186 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: main

on:
  push:
    branches: [main, test-me-*]
    tags: '*'
  pull_request:

jobs:
  main:
    uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
    with:
      env: '["py38", "py39", "py310", "py311"]'