run tests on tag

This commit is contained in:
David Lord 2025-01-14 11:01:15 -08:00
parent adb7ca2d31
commit 5a7652e64a
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926

View file

@ -1,10 +1,9 @@
name: tests
on:
pull_request:
paths: ['src/**', 'pyproject.toml']
push:
branches: [main, stable]
paths: ['src/**', 'pyproject.toml']
tags: ['*']
jobs:
typing:
runs-on: ubuntu-latest