فهرست منبع

Merge pull request #159 from nonperforming/patch-4

Do not compile on docs change
BLUELOVETH 2 سال پیش
والد
کامیت
b64db837f5
1فایلهای تغییر یافته به همراه11 افزوده شده و 1 حذف شده
  1. 11 1
      .github/workflows/main.yml

+ 11 - 1
.github/workflows/main.yml

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