From 6525f8254faf1a9e5fb962ad1e73a5486e9ef0af Mon Sep 17 00:00:00 2001 From: Alexandre Neuwald Date: Fri, 11 Oct 2024 14:54:48 +0100 Subject: [PATCH] format ci pipeline --- .github/workflows/ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f9145d3..3b624805 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,13 +2,10 @@ name: CI on: push: - branches: - - main - tags: - - "v*" + branches: main + tags: v* pull_request: - branches: - - "*" + branches: "*" jobs: push: