We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cd1152 + e093524 commit 031e7f1Copy full SHA for 031e7f1
.github/workflows/node.prerelease.yml
@@ -1,11 +1,11 @@
1
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3
4
-name: Production CI Build Test
+name: Pre-Release CI Build Test
5
6
on:
7
pull_request:
8
- branches: [ production ]
+ branches: [ pre-release ]
9
10
jobs:
11
build:
@@ -22,4 +22,5 @@ jobs:
22
uses: actions/setup-node@v1
23
with:
24
node-version: ${{ matrix.node-version }}
25
- - run: npm install
+ - run: npm install
26
+ - run: npm run build
0 commit comments