From 490350fcfef16d25b9a1259ad76bd191f5e03423 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Tue, 2 Apr 2024 01:52:07 +0200 Subject: [PATCH] ci: dont run CI on pushed tags --- .gitea/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 57a1d09..2f772b5 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -1,5 +1,8 @@ name: CI -on: [push, pull_request] +on: + push: + branches: ["main"] + pull_request: jobs: Test: