1
0
Fork 0
identify/.github/workflows/main.yml
Daniel Baumann 821849723d
Merging upstream version 2.6.7.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-13 05:46:49 +01:00

13 lines
222 B
YAML

name: main
on:
push:
branches: [main, test-me-*]
tags: '*'
pull_request:
jobs:
main:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py39", "py310", "py311", "py312"]'