Browse Source

Update native.yml

Valentin Madrid 2 năm trước cách đây
mục cha
commit
29fa656fd4
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  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: