From 360574d604a0811d8973e8e1ff920a5c757550c3 Mon Sep 17 00:00:00 2001 From: Ludovic DEHON Date: Fri, 7 Feb 2025 00:19:56 +0100 Subject: [PATCH] chore(cicd): move to reusable workflows on github actions --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fce248ca..941851af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,12 +6,16 @@ on: push: branches: - master + - main + - releases/* tags: - v* pull_request: branches: - master + - main + - releases/* workflow_dispatch: inputs: