build: ignore unrelated changes

This commit is contained in:
EnixCoda 2020-05-30 15:06:52 +08:00
parent 2fe065f981
commit 4195e957da
No known key found for this signature in database
GPG key ID: FE06F5DFC1C9B8E4

View file

@ -4,9 +4,13 @@ on:
push:
branches:
- '**'
paths-ignore:
- 'server/**'
pull_request:
branches:
- '**'
paths-ignore:
- 'server/**'
jobs:
build: