]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
ci: improve test workflow
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 28 Jul 2021 14:08:31 +0000 (16:08 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 28 Jul 2021 14:08:31 +0000 (16:08 +0200)
.github/workflows/test.yml

index 6c4559904a97ed5083d58836d355aa01d6fdcaae..27fe578dfc554df12cf62aa442ef01be050bf6fb 100644 (file)
@@ -2,9 +2,8 @@ name: test
 
 on:
   push:
-    branches: [v2]
-  pull_request:
-    branches: [v2]
+    paths-ignore:
+      - 'docs/**'
 
 jobs:
   build: