Skip to content

More Debugging

More Debugging #1105

Workflow file for this run

name: Build Application
on:
pull_request:
branches:
- 'master'
paths-ignore:
- '**.md'
- '**/LICENSE'
- '.github/ISSUE_TEMPLATE/**'
- '.markdownlint**'
push:
branches:
- 'master'
paths-ignore:
- '**.md'
- '**/LICENSE'
- '.github/ISSUE_TEMPLATE/**'
- '.markdownlint**'
workflow_dispatch:
jobs:
build_debug:
name: Build Debug
uses: ./.github/workflows/build.yml

Check failure on line 26 in .github/workflows/trigger_builds.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/trigger_builds.yml

Invalid workflow file

error parsing called workflow ".github/workflows/trigger_builds.yml" -> "./.github/workflows/build.yml" : You have an error in your yaml syntax on line 106
with:
build_type: Debug