From 247559e772f76c06eebd2d3902abf8b8f3d060a7 Mon Sep 17 00:00:00 2001 From: Lyubomir Penev Date: Wed, 22 Oct 2025 22:02:06 +0200 Subject: [PATCH 1/2] Made worflows run on merge --- .gitea/workflows/attempt-build.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/attempt-build.yaml b/.gitea/workflows/attempt-build.yaml index 839f608..8ab7282 100644 --- a/.gitea/workflows/attempt-build.yaml +++ b/.gitea/workflows/attempt-build.yaml @@ -1,8 +1,13 @@ name: Build Code + on: + pull_request: + branches: + - main push: branches: - main + - development jobs: build: -- 2.49.1 From 5834530bd19689469f17b713d3692b0f89ee5843 Mon Sep 17 00:00:00 2001 From: Lyubomir Penev Date: Wed, 22 Oct 2025 22:05:05 +0200 Subject: [PATCH 2/2] 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: -- 2.49.1