From: Eduardo San Martin Morote Date: Wed, 28 Jul 2021 14:08:31 +0000 (+0200) Subject: ci: improve test workflow X-Git-Tag: v2.0.0-rc.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86ff1731fbba2a65b9ecea81d6926a05c3f1c528;p=thirdparty%2Fvuejs%2Fpinia.git ci: improve test workflow --- 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: