diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5bc5f612..632e97d0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ master ] + branches: [main] pull_request: # The branches below must be a subset of the branches above - branches: [ master ] + branches: [main] schedule: - cron: '24 7 * * 0' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bf145075..c378adc7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] workflow_dispatch: jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e097f11..935e4b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Notable changes to `@tinbase/pg-mem`, the tinbase fork of pg-mem. -Released from the `tinbase-npm` branch, which carries the scoped package name; `master` tracks upstream. +Released from `main`, which carries the scoped package name. Upstream is tracked through the `upstream` remote (`oguimbal/pg-mem`) rather than a branch; the leftover `master` is vestigial. ## 3.3.0