From 63f50dd1c7b6a47ce804912d2dc0a347d13d04ab Mon Sep 17 00:00:00 2001 From: Lucas Jensen Date: Sat, 15 Mar 2025 04:39:31 +0000 Subject: [PATCH] only build on PR (#2) Reviewed-on: https://gitea.lucasjensen.me/lucasjensen/TheGrapefruitsDuo/pulls/2 --- .gitea/workflows/client-build.yml | 2 -- .gitea/workflows/server-build.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.gitea/workflows/client-build.yml b/.gitea/workflows/client-build.yml index c250283..beef8f5 100644 --- a/.gitea/workflows/client-build.yml +++ b/.gitea/workflows/client-build.yml @@ -1,8 +1,6 @@ name: react client build on: - push: - branches: ["main"] pull_request: branches: ["main"] diff --git a/.gitea/workflows/server-build.yml b/.gitea/workflows/server-build.yml index 793045e..ac5db3d 100644 --- a/.gitea/workflows/server-build.yml +++ b/.gitea/workflows/server-build.yml @@ -1,8 +1,6 @@ name: fastapi build on: - push: - branches: ["main"] pull_request: branches: ["main"]