don't need tests on tag

This commit is contained in:
David Lord 2025-01-14 13:54:17 -08:00
parent 409fe0ef5c
commit 1c7b8fff96
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926

View file

@ -5,7 +5,6 @@ on:
push: push:
branches: [main, stable] branches: [main, stable]
paths: ['src/**', 'pyproject.toml'] paths: ['src/**', 'pyproject.toml']
tags: ['*']
jobs: jobs:
typing: typing:
runs-on: ubuntu-latest runs-on: ubuntu-latest