Browse Source

🔨 Separate bugfix-2.1.x CI Tests

Scott Lahteine 1 year 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,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…
Cancel
Save