From fc2683885bca98ab64cad72b5e7be3e9c2e59716 Mon Sep 17 00:00:00 2001 From: Celian Raimbault Date: Fri, 17 May 2024 11:15:44 +0200 Subject: [PATCH] ci: Updated --- .github/workflows/CI.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 8f5ac2ce..4d4aa984 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -6,9 +6,9 @@ name: CI # events but only for the main branch on: push: - branches: [main] - pull_request: - branches: [main] + # branches: [main] + # pull_request: + # branches: [main] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: