Merge pull request #159 from nonperforming/patch-4

Do not compile on docs change
This commit is contained in:
BLUELOVETH 2023-10-07 20:18:51 +08:00 committed by GitHub
commit b64db837f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,15 @@
name: build
on: [push, pull_request]
on:
push:
paths-ignore:
- 'docs/**'
- 'web/**'
- '**.md'
pull_request:
paths-ignore:
- 'docs/**'
- 'web/**'
- '**.md'
jobs:
build_win:
runs-on: windows-latest