From 3c26cddc643121ce9077a4f40782d37ac628f953 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Wed, 8 May 2024 19:08:11 -0400 Subject: [PATCH] [CI] Change branch from `master` to `main` in Downstream.yml --- .github/workflows/Downstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml index 8526f4ed96..b6b55bb9bb 100644 --- a/.github/workflows/Downstream.yml +++ b/.github/workflows/Downstream.yml @@ -1,7 +1,7 @@ name: IntegrationTest on: push: - branches: [master] + branches: [main] tags: [v*] pull_request: