Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandostar committed Feb 24, 2024
1 parent 66a52d8 commit 245e797
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Compile Dev Branch to VSIX
name: Dev Build

# The workflow will trigger only when changes are pushed to the 'dev' branch
on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Release on Tag Push
name: Release Build

on:
push:
Expand Down
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,23 @@ Extension for VSCode to make writing Lua scripts for <a href="https://store.ste

<div align="center">

[![Build Documentation](https://github.com/rolandostar/tabletopsimulator-lua-vscode/actions/workflows/build-docs.yaml/badge.svg?branch=main)](https://github.com/rolandostar/tabletopsimulator-lua-vscode/actions/workflows/build-docs.yaml)
[![Deploy Extension](https://github.com/rolandostar/tabletopsimulator-lua-vscode/actions/workflows/deploy-to-marketplace.yaml/badge.svg?branch=main)](https://github.com/rolandostar/tabletopsimulator-lua-vscode/actions/workflows/deploy-to-marketplace.yaml)
</div>

<div align="center">

[![Development Builds](https://github.com/rolandostar/tabletopsimulator-lua-vscode/actions/workflows/development.yaml/badge.svg?branch=dev)](https://github.com/rolandostar/tabletopsimulator-lua-vscode/actions/workflows/development.yaml)
[![Release Builds](https://github.com/rolandostar/tabletopsimulator-lua-vscode/actions/workflows/release.yaml/badge.svg?branch=main)](https://github.com/rolandostar/tabletopsimulator-lua-vscode/releases)
</div>

<div align="center">

<img src="https://badgen.net/github/tag/rolandostar/tabletopsimulator-lua-vscode?icon=github"/>
<img src="https://badgen.net/vs-marketplace/d/rolandostar.tabletopsimulator-lua"/>
</div>

<div align="center">
<img src="https://badgen.net/badge/uses/TS/blue"/>
<img src="https://badgen.net/badge/designed in/MS Paint/yellow"/>
<img src="https://badgen.net/badge/built with/TS/blue?icon"/>
<img src="https://badgen.net/badge/designed in/MS Paint/orange"/>
<img src="https://badgen.net/badge/made%20with/%E2%9D%A4/red"/>
</div>

Expand Down

0 comments on commit 245e797

Please sign in to comment.