Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

chore(deps): bump kind-of from 6.0.2 to 6.0.3 (#213) #21

chore(deps): bump kind-of from 6.0.2 to 6.0.3 (#213)

chore(deps): bump kind-of from 6.0.2 to 6.0.3 (#213) #21

Workflow file for this run

name: Build
on:
workflow_dispatch:
inputs:
release:
type: boolean
required: true
default: false
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
uses: qlik-oss/sn-gh-workflows/.github/workflows/build.yaml@v1
secrets: inherit
with:
release: ${{ inputs.release || false}}