From 25f0e1a0dcdcccc51006f600f8e29a327eaa0cee Mon Sep 17 00:00:00 2001 From: evgfilim1 Date: Sun, 26 Jun 2022 18:49:41 +0500 Subject: [PATCH] Allow config file changes to trigger tests --- .github/workflows/tests.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 32a3d1a9..ba68db9b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: