From 8e20d934e239872eb31bb322ffbd551455e5e0d9 Mon Sep 17 00:00:00 2001 From: Angel Nunez Mencias Date: Mon, 26 May 2025 05:59:18 +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: