From 9e1cac8863a5e2baa9fdac783e0d2b134c1ba37a Mon Sep 17 00:00:00 2001 From: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com> Date: Mon, 24 Feb 2025 22:57:16 +0100 Subject: [PATCH] setup(ci): remove `devlop` mention --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06833f3..9a10c39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,11 +3,10 @@ name: Tests on: - # we use devlop branch for now before publishing the website push: - branches: [ "main", "devlop" ] + branches: [ "main" ] pull_request: - branches: [ "main", "devlop" ] + branches: [ "main" ] jobs: quality: