Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Build

Build #367

Workflow file for this run

name: Build
on:
workflow_dispatch:
inputs:
release:
type: boolean
required: true
default: false
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
uses: qlik-oss/sn-gh-workflows/.github/workflows/build.yaml@jnl/api_governance
secrets: inherit
with:
release: ${{ inputs.release || false}}
api_specification_path: api-specifications/properties.json
package_manager: pnpm