Skip to content

Commit 031e7f1

Browse files
authored
🔀 Merge pull request #212 from nekomeowww/master
💚 Update CI script
2 parents 3cd1152 + e093524 commit 031e7f1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/node.prerelease.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

4-
name: Production CI Build Test
4+
name: Pre-Release CI Build Test
55

66
on:
77
pull_request:
8-
branches: [ production ]
8+
branches: [ pre-release ]
99

1010
jobs:
1111
build:
@@ -22,4 +22,5 @@ jobs:
2222
uses: actions/setup-node@v1
2323
with:
2424
node-version: ${{ matrix.node-version }}
25-
- run: npm install
25+
- run: npm install
26+
- run: npm run build

0 commit comments

Comments
 (0)