exclude webclient (#4270)
This commit is contained in:
parent
2b0a9975be
commit
0c7830b53c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci-builds.yml
vendored
2
.github/workflows/ci-builds.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
||||||
- master
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
- 'webclient/**'
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
@ -13,6 +14,7 @@ on:
|
||||||
- master
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
- 'webclient/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
configure:
|
configure:
|
||||||
|
|
Loading…
Reference in a new issue