Skip to content

Split release process out to manual workflow_dispatch (#61) #350

Split release process out to manual workflow_dispatch (#61)

Split release process out to manual workflow_dispatch (#61) #350

Workflow file for this run

name: CI
env:
DEBUG: napi:*
APP_NAME: python-node
MACOSX_DEPLOYMENT_TARGET: '10.13'
permissions:
contents: read
on:
push:
branches:
- main
tags-ignore:
- '**'
paths-ignore:
- '**/*.md'
- LICENSE
- '**/*.gitignore'
- .editorconfig
- docs/**
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-ci
cancel-in-progress: true
jobs:
build-and-test:
uses: ./.github/workflows/build-and-test.yml
with:
run-tests: true