2025-02-12 22:06:26 +01:00
|
|
|
name: main
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches: [main, test-me-*]
|
2025-02-13 05:33:03 +01:00
|
|
|
tags: '*'
|
2025-02-12 22:06:26 +01:00
|
|
|
pull_request:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
main:
|
2025-02-13 05:46:49 +01:00
|
|
|
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
|
2025-02-12 22:06:26 +01:00
|
|
|
with:
|
2025-02-13 05:40:16 +01:00
|
|
|
env: '["py39", "py310", "py311", "py312"]'
|