From 187187a8a2c8d9f2a22a6d2a49b18daaab44b9a9 Mon Sep 17 00:00:00 2001 From: profitroll Date: Mon, 7 Aug 2023 11:40:50 +0200 Subject: [PATCH] Fixed tests workflow --- .gitea/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 8bfb6d4..36cb51b 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -1,12 +1,12 @@ name: Tests on: - - push: + push: branches: - - "**" + - main tags-ignore: - - "**" - - pull_request + - v* + pull_request: jobs: test: