From e31dfb25db4ffa0149a3f00ca438c9756a331547 Mon Sep 17 00:00:00 2001 From: worksofliam Date: Sat, 23 Dec 2023 17:41:05 -0500 Subject: [PATCH] Use correct branch name --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ea761272b..335be9783 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 with: - ref: main + ref: master - name: Install dependencies run: npm install