From 0273bfb00deee34a82307c320d5d9839e4f8852b Mon Sep 17 00:00:00 2001 From: Yashash Date: Sun, 8 May 2022 11:41:20 +0530 Subject: [PATCH] final fix dev --- .github/workflows/dev.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index da43037eb..8465ec29d 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -3,7 +3,7 @@ name: Build & deploy to dev on: push: branches: - - test + - dev workflow_dispatch: jobs: @@ -13,13 +13,14 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + ref: dev - name: Install Node.js uses: actions/setup-node@v3 with: node-version: 16 - - name: Build run: | npm ci