ci: fix dispatch

Carlos Alexandro Becker created

Change summary

.github/workflows/update.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

Detailed changes

.github/workflows/update.yml 🔗

@@ -1,10 +1,9 @@
 name: Update Providers
 
 on:
-  push:
-    branches: [main]
-    paths:
-      - "internal/config/**"
+  schedule:
+    - cron: "0 2 * * *" # Run nightly at 2 AM UTC
+  workflow_dispatch: # Allow manual triggering
 
 jobs:
   update-schema: