summaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
blob: 3c7e9955878c6cb747c6dbe43a342e855d61b38a (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.0.0
    with:
      env: '["py38", "py39", "py310"]'