From a870e98a4c6a3ca0179ee285bb931bb775f63f0d Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Fri, 20 Oct 2023 20:28:07 -0500 Subject: [PATCH] Use main branch on CI --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c25e9315..c44e5f7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,8 @@ on: - '*' push: branches: - - master + - main + jobs: sqlite: runs-on: ubuntu-latest