Skip to content

Commit

Permalink
update ci/changesets default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Feb 7, 2024
1 parent cdffb8c commit be8a74c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"baseBranch": "newrepo",
"updateInternalDependencies": "patch",
"ignore": []
}
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit be8a74c

Please sign in to comment.