From dab0b6fb8c2489dd84c3dfc98a250caef4fc631a Mon Sep 17 00:00:00 2001 From: mouad bouras Date: Mon, 16 Mar 2026 00:34:39 -0400 Subject: [PATCH] oupsie --- .gitea/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 686b50d..84887a3 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -1,3 +1,10 @@ +name: Build and Deploy +on: + push: + branches: [main, master] + pull_request: + branches: [main, master] + jobs: build-and-deploy: runs-on: ubuntu-latest # Runner must have Docker socket mounted