Skip to content

Commit

Permalink
Add github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Sep 7, 2022
1 parent 44ceaa1 commit 067e90a
Show file tree
Hide file tree
Showing 2 changed files with 21 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:
##############################

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Hypnotix
![build](https://github.com/linuxmint/hypnotix/actions/workflows/build.yml/badge.svg)

Hypnotix is an IPTV streaming application with support for live TV, movies and series.

Expand Down

0 comments on commit 067e90a

Please sign in to comment.