Skip to content

ci: allow all branches for now #39

ci: allow all branches for now

ci: allow all branches for now #39

Workflow file for this run

name: ci
on:
push:
branches-ignore:
- main
paths-ignore:
- '**.md'
jobs:
build-and-check:
name: Build project and run CI checks
uses: fingerprintjs/dx-team-toolkit/.github/workflows/build-typescript-project.yml@v1
with:
nodeVersion: 16