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
adb7ca2d31
commit
5a7652e64a
1 changed files with 1 additions and 2 deletions
3
.github/workflows/tests.yaml
vendored
3
.github/workflows/tests.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue