run tests on tag

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

View file

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