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"]