From b38f3e1725b16f0dd802c46e638e58186819d277 Mon Sep 17 00:00:00 2001
From: Mehul Mathur <mathur.mehul01@gmail.com>
Date: Sat, 28 Dec 2024 19:52:00 +0000
Subject: [PATCH] testing

---
 .github/workflows/update-releases.yml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/update-releases.yml b/.github/workflows/update-releases.yml
index f47fca6a8..4fd6ac85e 100644
--- a/.github/workflows/update-releases.yml
+++ b/.github/workflows/update-releases.yml
@@ -1,8 +1,9 @@
 name: Update Releases
 
 on:
-  schedule:
-    - cron: "0 */4 * * *"
+  push:
+  # schedule:
+  #   - cron: "0 */4 * * *"
 
 permissions:
   contents: write
@@ -10,7 +11,8 @@ permissions:
 
 jobs:
   update-releases:
-    if: github.repository == 'tailcallhq/tailcallhq.github.io' && github.ref == 'refs/heads/develop'
+    # if: github.repository == 'tailcallhq/tailcallhq.github.io' && github.ref == 'refs/heads/develop'
+    if: github.repository == 'tailcallhq/tailcallhq.github.io'
     runs-on: ubuntu-latest
 
     steps: