Browse Source

🔨 Separate bugfix-2.1.x CI Tests

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

+ 0
- 2
.github/workflows/test-builds.yml View File

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

Loading…
Cancel
Save