Implement disposition frame with ranges #322
Workflow file for this run
This file contains hidden or 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: Trigger build and test | ||
| on: | ||
| push: | ||
| branches: [ main ] | ||
| pull_request: | ||
| branches: [ main ] | ||
| jobs: | ||
| call-build-test: | ||
| uses: ./.github/workflows/wf_build-and-test.yaml | ||
|
Check failure on line 11 in .github/workflows/trigger_build-and-test.yaml
|
||