summaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3c7e995..f235f84 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -3,11 +3,11 @@ name: main
on:
push:
branches: [main, test-me-*]
- tags:
+ tags: '*'
pull_request:
jobs:
main:
- uses: asottile/workflows/.github/workflows/tox.yml@v1.0.0
+ uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
with:
- env: '["py38", "py39", "py310"]'
+ env: '["py38", "py39", "py310", "py311"]'