🔨 Separate bugfix-2.1.x CI Tests
This commit is contained in:
parent
7e5d5330d6
commit
a25f321abb
2
.github/workflows/test-builds.yml
vendored
2
.github/workflows/test-builds.yml
vendored
|
|
@ -8,7 +8,6 @@ name: CI
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- bugfix-2.0.x
|
||||
- bugfix-2.1.x
|
||||
paths-ignore:
|
||||
- config/**
|
||||
|
|
@ -17,7 +16,6 @@ on:
|
|||
- '**/*.md'
|
||||
push:
|
||||
branches:
|
||||
- bugfix-2.0.x
|
||||
- bugfix-2.1.x
|
||||
paths-ignore:
|
||||
- config/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue