Skip to content

Create draft and then create tag #26

Create draft and then create tag

Create draft and then create tag #26

Workflow file for this run

name: Build nRF Connect for Desktop
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build_on_windows:
uses: ./.github/workflows/build.yml
with:
runner: windows-latest
electronArgument: --windows nsis:x64
build_on_ubuntu:
uses: ./.github/workflows/build.yml
with:
runner: ubuntu-latest
electronArgument: ''
release:
uses: ./.github/workflows/release.yml

Check failure on line 23 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main.yml" -> "./.github/workflows/release.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger
needs: [ build_on_windows, build_on_ubuntu ]
# build_on_mac_intel:
# uses: ./.github/workflows/build.yml
# with:
# runner: macos-latest
# electronArgument: --x64
# build_on_mac_apple_silicon:
# uses: ./.github/workflows/build.yml
# with:
# runner: macos-latest-xlarge
# electronArgument: