From 381447c93f8f83100daae49594b8ec78842d5d84 Mon Sep 17 00:00:00 2001 From: Myron Rotter Date: Mon, 2 Dec 2024 14:45:46 +0100 Subject: [PATCH] fix: rupturelabs naming; chore: enable manual creation of dep --- .github/workflows/release.yml | 1 + img/{chillblazer.png => rupturelabs.png} | Bin 2 files changed, 1 insertion(+) rename img/{chillblazer.png => rupturelabs.png} (100%) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dce746a..0996564 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,7 @@ on: push: branches: - main + workflow_dispatch: # Allow the action to be triggered manually jobs: release: diff --git a/img/chillblazer.png b/img/rupturelabs.png similarity index 100% rename from img/chillblazer.png rename to img/rupturelabs.png