Skip to content

Commit

Permalink
only release when tagged
Browse files Browse the repository at this point in the history
  • Loading branch information
itisrazza committed Mar 21, 2021
1 parent f61f342 commit 6df0647
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Releases
on: [push]
on:
push:
tags:
- 'v*'

jobs:
build:
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
<p align="center"><img src="Assets/Logo/Logo.svg" alt="SuperSize Logo" /></p>
<h1 align="center">SuperSize</h1>
<p align="center">Customisable, Multi-Display Resizer</p>
<p align="center">
<a href="https://github.com/thegreatrazz/SuperSize/actions/workflows/ci.yml">
<img src="https://github.com/thegreatrazz/SuperSize/actions/workflows/ci.yml/badge.svg"
alt="GitHub Actions Badge" />
</a>
</p>

**SuperSize** is a utility which maximises your window to multiple displays for maximum work (or play) efficiency. It includes a number of presets to maximise to and it's scriptable with [IronPython] for ultimate adaptability.

[IronPython]: https://ironpython.net/
[ironpython]: https://ironpython.net/

## Download

Expand Down

0 comments on commit 6df0647

Please sign in to comment.