File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ name: bundle
23
23
on :
24
24
workflow_dispatch :
25
25
push :
26
+ branches :
27
+ - main
28
+ tags_ignore :
29
+ - ' v[0-9]+\.[0-9]+\.[0-9]+'
26
30
27
31
# Workflow jobs:
28
32
jobs :
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ ROADMAP.md
27
27
.postinstall.json
28
28
Makefile
29
29
30
+ # Ignore `binding.gyp` file to avoid compilation of native addon when installing package:
31
+ binding.gyp
32
+
30
33
# Directories #
31
34
# ##############
32
35
.circleci /
Original file line number Diff line number Diff line change @@ -21,5 +21,6 @@ Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
21
21
Philipp Burckhardt <pburckhardt@outlook.com>
22
22
Ricky Reusser <rsreusser@gmail.com>
23
23
Ryan Seal <splrk@users.noreply.github.com>
24
+ Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
24
25
Shraddheya Shendre <shendreshraddheya@gmail.com>
25
26
rei2hu <rei2hu@users.noreply.github.com>
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/array-base-linspace" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " Generate a linearly spaced numeric array." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments