1
0
Fork 0
cfgv/.github/workflows/main.yml
Daniel Baumann ba12874741
Merging upstream version 3.4.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 20:45:28 +01:00

13 lines
221 B
YAML

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"]'