From 862c7fc3a7586e260ad4198c32e8e1218d77f1e3 Mon Sep 17 00:00:00 2001
From: "Bowen S. Zhu" <bowenzhu@mit.edu>
Date: Mon, 24 Jun 2024 12:11:48 -0700
Subject: [PATCH] Run CI

---
 .github/workflows/Downstream.yml | 2 --
 .github/workflows/ci.yml         | 2 --
 2 files changed, 4 deletions(-)

diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml
index cce627628..55c239698 100644
--- a/.github/workflows/Downstream.yml
+++ b/.github/workflows/Downstream.yml
@@ -2,8 +2,6 @@
 name: IntegrationTest
 on:
   push:
-    branches: [master]
-    tags: [v*]
   pull_request:
 
 jobs:
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index df20a0a1a..4157001f3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -4,8 +4,6 @@ on:
     branches:
       - master
   push:
-    branches:
-      - master
 jobs:
   test:
     runs-on: ubuntu-latest