summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-24 08:02:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-07-24 08:02:05 +0000
commit76647fd82c68089a25e53902fccfea905329a794 (patch)
tree46484b2e30c4c91bf51e86de2c61c47859beb3e3 /.github
parentAdding upstream version 2.5.24. (diff)
downloadidentify-76647fd82c68089a25e53902fccfea905329a794.tar.xz
identify-76647fd82c68089a25e53902fccfea905329a794.zip
Adding upstream version 2.5.26.upstream/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"]'