Adds parent_interface & bridge options to device_interface #481
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "CI" | |
concurrency: # Cancel any existing runs of this workflow for this same PR | |
group: "${{ '{{ github.workflow }}' }}-${{ '{{ github.ref }}' }}" | |
cancel-in-progress: true | |
on: # yamllint disable | |
push: | |
branches: | |
- "develop" | |
- "main" | |
pull_request: | |
release: | |
types: [published] | |
jobs: | |
ci: | |
uses: ./.github/workflows/jobs.yml |