Skip to content

Commit

Permalink
Add workflow for actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Dec 17, 2022
1 parent 31d5bd1 commit 6afd240
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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: >
linuxmint/xapp,
linuxmint/mintcommon
##############################

0 comments on commit 6afd240

Please sign in to comment.