Skip to content

fix tags trigger for github actions #29

fix tags trigger for github actions

fix tags trigger for github actions #29

Workflow file for this run

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: '["py37", "py38", "py39", "py310"]'