Explorar el Código

🔨 Separate bugfix-2.1.x CI Tests

Scott Lahteine hace 2 años
padre
commit
a25f321abb
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      .github/workflows/test-builds.yml

+ 0
- 2
.github/workflows/test-builds.yml Ver fichero

@@ -8,7 +8,6 @@ name: CI
8 8
 on:
9 9
   pull_request:
10 10
     branches:
11
-    - bugfix-2.0.x
12 11
     - bugfix-2.1.x
13 12
     paths-ignore:
14 13
     - config/**
@@ -17,7 +16,6 @@ on:
17 16
     - '**/*.md'
18 17
   push:
19 18
     branches:
20
-    - bugfix-2.0.x
21 19
     - bugfix-2.1.x
22 20
     paths-ignore:
23 21
     - config/**

Loading…
Cancelar
Guardar