convert-csv-to-json 2.34.0 → 2.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,6 @@
1
1
  name: Node CI
2
2
 
3
- on:
4
- push:
5
- branches: [ master ]
3
+ on: [push]
6
4
 
7
5
  jobs:
8
6
  build:
@@ -31,6 +29,7 @@ jobs:
31
29
  needs: build
32
30
  name: release
33
31
  runs-on: ubuntu-latest
32
+ if: contains(github.ref, 'master')
34
33
  steps:
35
34
  - uses: actions/checkout@v4
36
35
  with:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "convert-csv-to-json",
3
- "version": "2.34.0",
3
+ "version": "2.35.0",
4
4
  "description": "Convert CSV to JSON",
5
5
  "main": "index.js",
6
6
  "scripts": {