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
2323on :
2424 workflow_dispatch :
2525 push :
26+ branches :
27+ - main
28+ tags_ignore :
29+ - ' v[0-9]+\.[0-9]+\.[0-9]+'
2630
2731# Workflow jobs:
2832jobs :
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ ROADMAP.md
2727.postinstall.json
2828Makefile
2929
30+ # Ignore `binding.gyp` file to avoid compilation of native addon when installing package:
31+ binding.gyp
32+
3033# Directories #
3134# ##############
3235.circleci /
Original file line number Diff line number Diff line change @@ -21,5 +21,6 @@ Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
2121Philipp Burckhardt <pburckhardt@outlook.com>
2222Ricky Reusser <rsreusser@gmail.com>
2323Ryan Seal <splrk@users.noreply.github.com>
24+ Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
2425Shraddheya Shendre <shendreshraddheya@gmail.com>
2526rei2hu <rei2hu@users.noreply.github.com>
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/array-typed-signed-integer-ctors" ,
3- "version" : " 0.0.0 " ,
3+ "version" : " 0.0.1 " ,
44 "description" : " Signed integer typed array constructors." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
You can’t perform that action at this time.
0 commit comments