Skip to content

Commit

Permalink
Create trigger_builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crueter authored Nov 29, 2023
1 parent 6e501ea commit 2df820e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/trigger_builds.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Build Application

on:
push:
branches-ignore:
- 'stable'
paths-ignore:
- '**.md'
- '**/LICENSE'
- '.github/ISSUE_TEMPLATE/**'
- '.markdownlint**'
pull_request:
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

0 comments on commit 2df820e

Please sign in to comment.