From e6cf6e122cb1d9e8e4ef3b39a30563ae5578b269 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Wed, 6 Mar 2024 09:09:08 +0100
Subject: [PATCH] move off to GitHub Actions

---
 .github/workflows/ci.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 00e1a4f4..137116be 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,8 +18,7 @@ jobs:
         with:
           python-version: '${{ matrix.python-version }}'
           cache: 'pip'
-    paths:
-      - 'dist/*'
+    paths: ["dist/*"]
   tests:
     runs-on: ubuntu-latest
     strategy:
@@ -36,7 +35,5 @@ jobs:
         with:
           python-version: '${{ matrix.python-version }}'
           cache: 'pip'
-        tags:
-          - '!*' # Do not execute on tags
     paths:
       - '!*.MD'
-- 
GitLab