Skip to content

Add main entry to the extension #282

Add main entry to the extension

Add main entry to the extension #282

Workflow file for this run

name: Linux
on:
push:
branches: [ master, '*-ci' ]
pull_request:
branches: [ master, '*-ci' ]
workflow_dispatch:
jobs:
extension:
uses: "./.github/workflows/build_linux_extension.yml"
cpp:
needs: [extension]
uses: "./.github/workflows/build_linux_cpp.yml"