Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 0273bfb

Browse files
final fix dev
1 parent f85576b commit 0273bfb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dev.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build & deploy to dev
33
on:
44
push:
55
branches:
6-
- test
6+
- dev
77
workflow_dispatch:
88

99
jobs:
@@ -13,13 +13,14 @@ jobs:
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v3
16+
with:
17+
ref: dev
1618

1719
- name: Install Node.js
1820
uses: actions/setup-node@v3
1921
with:
2022
node-version: 16
2123

22-
2324
- name: Build
2425
run: |
2526
npm ci

0 commit comments

Comments
 (0)