summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-24 08:02:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-24 08:02:09 +0000
commit2a0fe35489a43f7d3650559e19912c059e7f3ed7 (patch)
tree8855c75c8790f2c395f120fc788baa1547b629df /.github
parentReleasing debian version 2.5.24-2. (diff)
downloadidentify-2a0fe35489a43f7d3650559e19912c059e7f3ed7.tar.xz
identify-2a0fe35489a43f7d3650559e19912c059e7f3ed7.zip
Merging upstream version 2.5.26.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github')
-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"]'