Browse Source

Update anchor.yml

Valentin Madrid 2 years ago
parent
commit
d97ae840ad
1 changed files with 2 additions and 3 deletions
  1. 2 3
      .github/workflows/anchor.yml

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

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