From be0a779def1f6bda55b53d4e7924b6249389f50c Mon Sep 17 00:00:00 2001 From: topi314 Date: Sat, 5 Oct 2024 12:06:17 +0200 Subject: [PATCH] fix cli workflow --- .github/workflows/cli.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 1c01c2c..a747858 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -7,6 +7,8 @@ on: - "gobin/**" - "sql/**" - "styles/**" + release: + types: [ published ] permissions: contents: read