Skip to content

Commit 0bb3cfa

Browse files
committed
ci(tests & build): add the branch names and etc. (#2)
Refs: #2
1 parent 9789715 commit 0bb3cfa

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build and Export Docker Container
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ dev-branch ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ dev-branch ]
88
workflow_dispatch:
99

1010
env:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ jobs:
1111
- uses: actions/setup-node@v4
1212
with:
1313
node-version: '20'
14+
- run: npm ci
1415
- run: npm test

0 commit comments

Comments
 (0)