Skip to content

Commit

Permalink
final fix dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yashash-pugalia committed May 8, 2022
1 parent f85576b commit 0273bfb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dev.yml
Expand Up @@ -3,7 +3,7 @@ name: Build & deploy to dev
on:
push:
branches:
- test
- dev
workflow_dispatch:

jobs:
Expand All @@ -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
Expand Down

0 comments on commit 0273bfb

Please sign in to comment.