Skip to content

minor dep updates and updating workflow actions to v4 (#62) #14

minor dep updates and updating workflow actions to v4 (#62)

minor dep updates and updating workflow actions to v4 (#62) #14

Workflow file for this run

name: Push to main - @iwsio/json-csv-core
on:
push:
branches: [ main ]
paths:
- 'packages/json-csv-core/**'
jobs:
test:
uses: ./.github/workflows/core-test.yaml
version-and-publish:
needs: test
if: ${{ !contains(github.event.head_commit.message, '#skip') }}
uses: ./.github/workflows/core-publish.yaml
secrets: inherit