Skip to content

Resolve HDL library dependencies paths #35

Resolve HDL library dependencies paths

Resolve HDL library dependencies paths #35

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
build-package:
uses: ./.github/workflows/build-package.yml
secrets: inherit
build-doc:
uses: ./.github/workflows/build-doc.yml
needs: [build-package]
secrets: inherit
tests:
uses: ./.github/workflows/tests.yml
needs: [build-package]
secrets: inherit
deploy:
if: github.ref == 'refs/heads/main'
uses: ./.github/workflows/deploy.yml
needs: [build-doc, tests]
secrets: inherit