From 247559e772f76c06eebd2d3902abf8b8f3d060a7 Mon Sep 17 00:00:00 2001 From: Lyubomir Penev Date: Wed, 22 Oct 2025 22:02:06 +0200 Subject: [PATCH] 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: