From 5834530bd19689469f17b713d3692b0f89ee5843 Mon Sep 17 00:00:00 2001 From: Lyubomir Penev Date: Wed, 22 Oct 2025 22:05:05 +0200 Subject: [PATCH] Made worflows run only on merge --- .gitea/workflows/attempt-build.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/attempt-build.yaml b/.gitea/workflows/attempt-build.yaml index 8ab7282..396ede8 100644 --- a/.gitea/workflows/attempt-build.yaml +++ b/.gitea/workflows/attempt-build.yaml @@ -4,10 +4,7 @@ on: pull_request: branches: - main - push: - branches: - - main - - development + jobs: build: