blueloveTH 2 years ago
parent
commit
d4623c645d
1 changed files with 9 additions and 0 deletions
  1. 9 0
      .github/workflows/dylib.yml

+ 9 - 0
.github/workflows/dylib.yml

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