Ver código fonte

Don't test certain changes

Scott Lahteine 4 anos atrás
pai
commit
127fb9860c
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5
    0
      .github/workflows/test-builds.yml

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

@@ -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:

Carregando…
Cancelar
Salvar