From 245e797a03dd1a7276d55f3245722e9f958bcdb3 Mon Sep 17 00:00:00 2001 From: Rolando Romero Date: Sat, 24 Feb 2024 02:32:35 -0600 Subject: [PATCH] Updated readme --- .github/workflows/development.yaml | 2 +- .../workflows/{releases.yaml => release.yaml} | 2 +- README.md | 19 +++++++++++++++---- 3 files changed, 17 insertions(+), 6 deletions(-) rename .github/workflows/{releases.yaml => release.yaml} (97%) diff --git a/.github/workflows/development.yaml b/.github/workflows/development.yaml index 6059a31..b1f1a1f 100644 --- a/.github/workflows/development.yaml +++ b/.github/workflows/development.yaml @@ -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: diff --git a/.github/workflows/releases.yaml b/.github/workflows/release.yaml similarity index 97% rename from .github/workflows/releases.yaml rename to .github/workflows/release.yaml index 5833d80..3eca534 100644 --- a/.github/workflows/releases.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ -name: Create Release on Tag Push +name: Release Build on: push: diff --git a/README.md b/README.md index be09ddc..ca9a97d 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,23 @@ Extension for VSCode to make writing Lua scripts for -[![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) + +
+ +[![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) +
+ +
+ + + +
+
- - + +