Skip to content

chore: add workflow to create pr from test to main branch after "Pre-… #36

chore: add workflow to create pr from test to main branch after "Pre-…

chore: add workflow to create pr from test to main branch after "Pre-… #36

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