This commit is contained in:
blueloveTH 2023-10-11 11:20:17 +08:00
parent 69f9252da9
commit d4623c645d

View File

@ -2,6 +2,15 @@ name: build dylib
on:
push:
branches: [ main ]
paths-ignore:
- 'docs/**'
- 'web/**'
- '**.md'
pull_request:
paths-ignore:
- 'docs/**'
- 'web/**'
- '**.md'
jobs:
build_win: