From 397c7a7a58bd64abb9ad3e2f1fed69780fc3d1de Mon Sep 17 00:00:00 2001 From: "Bowen S. Zhu" Date: Tue, 21 May 2024 02:54:31 -0400 Subject: [PATCH] ci --- .github/workflows/Downstream.yml | 1 - .github/workflows/ci.yml | 2 -- 2 files changed, 3 deletions(-) diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml index cce627628..6db570ef9 100644 --- a/.github/workflows/Downstream.yml +++ b/.github/workflows/Downstream.yml @@ -2,7 +2,6 @@ name: IntegrationTest on: push: - branches: [master] tags: [v*] pull_request: 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