Przeglądaj źródła

Update native.yml

Valentin Madrid 2 lat temu
rodzic
commit
29fa656fd4
1 zmienionych plików z 2 dodań i 3 usunięć
  1. 2 3
      .github/workflows/native.yml

+ 2 - 3
.github/workflows/native.yml

@@ -1,9 +1,8 @@
 name: Native Build
 
 on:
-  pull_request:
-    branches:
-      - main
+  schedule:
+    - cron: '0 0 1 * *'
 
 jobs:
   build: