From c741c7f3d23aa26975123ac64022902327811deb Mon Sep 17 00:00:00 2001 From: Jannis Baum Date: Tue, 16 Jul 2024 10:33:45 +0200 Subject: [PATCH] fix(#99) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e755444..ed87aad2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - '**' + - main tags: - 'v*' pull_request: