Add github workflow.

This commit is contained in:
Michael Webster 2022-11-05 12:58:07 -04:00
parent baeae70c7a
commit c43657e769

20
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
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:
##############################