Browse Source

Don't test certain changes

Scott Lahteine 4 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 View File

10
     branches:
10
     branches:
11
     - bugfix-2.0.x
11
     - bugfix-2.0.x
12
     - dev-2.1.x
12
     - dev-2.1.x
13
+    paths-ignore:
14
+    - config/**
15
+    - data/**
16
+    - docs/**
17
+    - '**/*.md'
13
 
18
 
14
 jobs:
19
 jobs:
15
   test_builds:
20
   test_builds:

Loading…
Cancel
Save