blueloveTH 2 anni fa
parent
commit
2745194c72
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      .github/workflows/dylib.yml

+ 3 - 1
.github/workflows/dylib.yml

@@ -1,5 +1,7 @@
 name: build dylib
-on: [push, pull_request]
+on:
+  push:
+    branches: [ main ]
 
 jobs:
   build_win: