Just committing so I can go home
All checks were successful
🧪✨ Unit Tests Workflow / 🔍🐹 Go Tests (push) Successful in 8m21s
🧪✨ Unit Tests Workflow / 🧪📜 JavaScript Tests (push) Successful in 1m8s

This commit is contained in:
2025-05-16 08:29:57 -04:00
parent 3631a4b5dc
commit 691a32ff56
2 changed files with 7 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
on: on:
push: push:
tags: tags:
- '**' - 'v*'
name: 🏗️✨ Build Workflow name: 🏗️✨ Build Workflow

View File

@@ -1,4 +1,10 @@
on: on:
workflow_dispatch:
inputs:
test:
description: 'Run tests'
required: true
default: 'true'
push: push:
branches: branches:
- "*" - "*"