Skip to content

Add the missing openFromAppIndex in ncs addon link #335

Add the missing openFromAppIndex in ncs addon link

Add the missing openFromAppIndex in ncs addon link #335

Workflow file for this run

name: Build
on:
workflow_dispatch:
inputs:
ref:
description: 'The branch or tag to build'
pull_request:
types: [opened, reopened, synchronize]
jobs:
build:
uses: nordicsemi/pc-nrfconnect-shared/.github/workflows/build-app.yml@main
with:
ref: ${{ inputs.ref }}