Browse Source

Don't test certain changes

Scott Lahteine 5 years ago
parent
commit
127fb9860c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .github/workflows/test-builds.yml

+ 5 - 0
.github/workflows/test-builds.yml

@@ -10,6 +10,11 @@ on:
     branches:
     - bugfix-2.0.x
     - dev-2.1.x
+    paths-ignore:
+    - config/**
+    - data/**
+    - docs/**
+    - '**/*.md'
 
 jobs:
   test_builds: