From be8a74ca15e99480c7b652d7ed72c2936b67f25d Mon Sep 17 00:00:00 2001 From: Adam Shaw <arshaw@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:48:49 -0500 Subject: [PATCH] update ci/changesets default branch --- .changeset/config.json | 2 +- .github/workflows/ci.yml | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 91b6a9512..85aaf2074 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -5,7 +5,7 @@ "fixed": [], "linked": [], "access": "restricted", - "baseBranch": "main", + "baseBranch": "newrepo", "updateInternalDependencies": "patch", "ignore": [] } diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5504256c..e04dd530c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,16 +1,17 @@ # -# NOTE: keep this synced with workspace repo's config +# NOTE: keep this synced with workspace repo's config!!!!!!!!!!! # name: CI on: push: branches: - - main - pull_request: - branches: - - main + - newrepo + # pull_request: + # branches: + # - main + env: TZ: "America/New_York"