exclude webclient (#4270)

This commit is contained in:
tooomm 2021-02-25 19:15:48 +01:00 committed by GitHub
parent 2b0a9975be
commit 0c7830b53c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: