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

chore(deps): bump postcss from 8.4.24 to 8.4.31 #29

chore(deps): bump postcss from 8.4.24 to 8.4.31

chore(deps): bump postcss from 8.4.24 to 8.4.31 #29

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}}