Skip to content

Commit

Permalink
Add github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Mar 10, 2024
1 parent 584697d commit 7b1f28e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Build

on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: 'Start an SSH server on failure.'
required: false
default: false

jobs:
build:
uses: linuxmint/github-actions/.github/workflows/do-builds.yml@master
with:
commit_id: master
############################## Comma separated list - like 'linuxmint/xapp, linuxmint/cinnamon-desktop'
dependencies:
##############################

0 comments on commit 7b1f28e

Please sign in to comment.