Browse Source

gen: run automatically

Tamir Duberstein 1 month ago
parent
commit
8af5f38056
1 changed files with 9 additions and 1 deletions
  1. 9 1
      .github/workflows/gen.yml

+ 9 - 1
.github/workflows/gen.yml

@@ -1,6 +1,14 @@
 name: codegen
 
-on: workflow_dispatch
+on:
+  push:
+    branches:
+      - main
+
+  schedule:
+    - cron: 00 4 * * *
+
+  workflow_dispatch:
 
 jobs:
   codegen: