From e3011c570b8505665ef912f6890869334c883f1e Mon Sep 17 00:00:00 2001 From: Gagan Suie Date: Mon, 23 Jan 2023 05:03:46 -0600 Subject: [PATCH] Fix: testing dev ci --- .github/workflows/ci-dev.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-dev.yml b/.github/workflows/ci-dev.yml index 9e9b8aef..82b5792a 100644 --- a/.github/workflows/ci-dev.yml +++ b/.github/workflows/ci-dev.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + ref: dev - name: Setup Node uses: actions/setup-node@v3