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 28, 2023
1 parent 60c77b1 commit d203db9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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:
##############################

0 comments on commit d203db9

Please sign in to comment.