This repository was archived by the owner on Sep 13, 2025. It is now read-only.
Fix MacOS Build #1096
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: 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 | |
| with: | |
| build_type: Debug |