From dda321256cff9bb43dc86c3078a9cec89246f198 Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Tue, 20 Feb 2024 10:55:16 +0100 Subject: [PATCH] frontend-CI (#28) Co-authored-by: Debucquoy Reviewed-on: https://git.herisson.ovh/PGL/Clyde/pulls/28 Co-authored-by: Anthony Debucquoy Co-committed-by: Anthony Debucquoy --- .gitea/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index a9ef832..87d5145 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -2,9 +2,9 @@ name: Build and test FrontEnd on: push: - branches: [ $default-branch ] + branches: [ master ] pull_request: - branches: [ $default-branch ] + branches: [ master ] jobs: Build: