From b414fe5566fbf076d96f593907b687a561c1bfc7 Mon Sep 17 00:00:00 2001 From: Angel Nunez Mencias Date: Sun, 1 Jun 2025 12:13:57 +0200 Subject: [PATCH] add kvant --- .github/workflows/ci.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ea9e90c4a..949ed3fd7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,12 +6,14 @@ on: # - cron: "0 10 * * *" push: branches: - - 'main' + - main + - kvant tags: - 'v*' pull_request: branches: - - 'main' + - main + - kvant env: IMAGE: git.kvant.cloud/${{github.repository}} jobs: