blueloveTH пре 2 година
родитељ
комит
2745194c72
1 измењених фајлова са 3 додато и 1 уклоњено
  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: