From 9f4b45a2ce7b49e0b530122dea37438eb86da7a4 Mon Sep 17 00:00:00 2001 From: Arthur Wambst Date: Sat, 6 Sep 2025 21:56:41 +0200 Subject: [PATCH] small fix to avoid to build twice --- .gitea/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index f5e7607..82dddb0 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,10 +1,10 @@ name: Build run-name: CI/CD website on: - push: - branches: - - main - - dev + #push: + # branches: + # - main + # - dev pull_request: types: [opened, synchronize, reopened] branches: