mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Allow config file changes to trigger tests
This commit is contained in:
parent
033bd82c0c
commit
25f0e1a0dc
1 changed files with 14 additions and 2 deletions
16
.github/workflows/tests.yml
vendored
16
.github/workflows/tests.yml
vendored
|
|
@ -5,16 +5,28 @@ on:
|
|||
branches:
|
||||
- dev-3.x
|
||||
paths:
|
||||
- ".github/workflows/tests.yml"
|
||||
- "aiogram/**"
|
||||
- "tests/**"
|
||||
- ".github/workflows/tests.yml"
|
||||
- ".coveragerc"
|
||||
- ".flake8"
|
||||
- "codecov.yaml"
|
||||
- "mypy.ini"
|
||||
- "poetry.lock"
|
||||
- "pyproject.toml"
|
||||
pull_request:
|
||||
branches:
|
||||
- dev-3.x
|
||||
paths:
|
||||
- ".github/workflows/tests.yml"
|
||||
- "aiogram/**"
|
||||
- "tests/**"
|
||||
- ".github/workflows/tests.yml"
|
||||
- ".coveragerc"
|
||||
- ".flake8"
|
||||
- "codecov.yaml"
|
||||
- "mypy.ini"
|
||||
- "poetry.lock"
|
||||
- "pyproject.toml"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue