From bd022f046651d287309b26164cd60a3d6d38471c Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Fri, 26 Jun 2026 22:11:18 +0200 Subject: Update and fix pre-commit hooks --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/release.yml') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc25e83..7684929 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,10 @@ --- name: Release -'on': +"on": push: tags: - - '*' + - "*" defaults: run: -- cgit v1.2.3