mirror of
https://github.com/davidism/modify-repos.git
synced 2025-07-07 19:35:34 +00:00
run tests on tag
This commit is contained in:
parent
5a7652e64a
commit
a2fef81f7b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
@ -1,8 +1,10 @@
|
|||
name: tests
|
||||
on:
|
||||
pull_request:
|
||||
paths: ['src/**', 'pyproject.toml']
|
||||
push:
|
||||
branches: [main, stable]
|
||||
paths: ['src/**', 'pyproject.toml']
|
||||
tags: ['*']
|
||||
jobs:
|
||||
typing:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue