Allow config file changes to trigger tests

This commit is contained in:
evgfilim1 2022-06-26 18:49:41 +05:00
parent 033bd82c0c
commit 25f0e1a0dc
No known key found for this signature in database
GPG key ID: D9F91B9DC64683A2

View file

@ -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: