We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606f69a commit 125ff22Copy full SHA for 125ff22
.github/workflows/build.yml
@@ -1,9 +1,9 @@
1
name: build
2
on:
3
push:
4
- # Sequence of patterns matched against refs/tags
5
- tags:
6
- - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
+ branches: [ master ]
+ pull_request:
7
jobs:
8
build:
9
runs-on: Ubuntu-latest
@@ -25,8 +25,3 @@ jobs:
25
run: npm test
26
- name: Before deploy
27
run: npm run docs
28
- - name: Publish
29
- if: ${{ matrix.node-version == '12.16.3' }}
30
- run: npm publish
31
- env:
32
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments