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
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'webclient/**'
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
|
@ -13,6 +14,7 @@ on:
|
|||
- master
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'webclient/**'
|
||||
|
||||
jobs:
|
||||
configure:
|
||||
|
|
Loading…
Reference in a new issue