-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into automaticDownloads
- Loading branch information
Showing
196 changed files
with
103,046 additions
and
19,835 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/mintcommon, | ||
linuxmint/xapp | ||
############################## |
Oops, something went wrong.