Skip to content

Add option to not create PR as draft #116

Add option to not create PR as draft

Add option to not create PR as draft #116

Workflow file for this run

name: Build & Test
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run all