From ce563941d5f35353366fe0b7abbb25b4a14145c6 Mon Sep 17 00:00:00 2001 From: Marvin Preuss Date: Thu, 19 Sep 2024 15:12:33 +0200 Subject: [PATCH] debug: ci --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0463f30..d9961f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,8 +2,8 @@ name: "test" on: pull_request: push: - tags-ignore: - - '**' + # tags-ignore: + # - '**' jobs: ci: runs-on: ubuntu-latest