From f9d689bb36260710b688c146ac88ea2c115c1d40 Mon Sep 17 00:00:00 2001 From: Maurizio Porrato Date: Fri, 18 Aug 2023 19:11:38 +0100 Subject: [PATCH] ci: ignore non-code changes --- .github/workflows/tox.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tox.yaml b/.github/workflows/tox.yaml index 1ad1f36..bbfe775 100644 --- a/.github/workflows/tox.yaml +++ b/.github/workflows/tox.yaml @@ -1,8 +1,16 @@ name: Run tox on: - - push - - pull_request + push: + paths-ignore: + - README.md + - .pre-commit-config.yaml + - .gitignore + pull_request: + paths-ignore: + - README.md + - .pre-commit-config.yaml + - .gitignore jobs: tox: