summaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
blob: 80cd12ea69844fc9c88c26d8b3de535e9acbba3c (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.7.0
    with:
      env: '["py39", "py310", "py311", "py312"]'