From 86ff1731fbba2a65b9ecea81d6926a05c3f1c528 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 28 Jul 2021 16:08:31 +0200 Subject: [PATCH] ci: improve test workflow --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c455990..27fe578d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,8 @@ name: test on: push: - branches: [v2] - pull_request: - branches: [v2] + paths-ignore: + - 'docs/**' jobs: build: -- 2.47.2