From 3028fb5eda56a70098e2a1cf8e973c9ef9401cdb Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sun, 23 Jun 2024 16:59:24 +0200 Subject: [PATCH] =?UTF-8?q?drop!=20debug=20CI=20=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cb7bb80..8922304 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,6 +3,8 @@ on: push: tags: - '*' + branches: + - debug-ci # todo: remove jobs: test: name: run tests