Parcourir la source

Don't test certain changes

Scott Lahteine il y a 4 ans
Parent
révision
127fb9860c
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5
    0
      .github/workflows/test-builds.yml

+ 5
- 0
.github/workflows/test-builds.yml Voir le fichier

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

Chargement…
Annuler
Enregistrer