From 8c6c0a205edaab8854f7f3f2afeadc05c8de9d30 Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 23 Oct 2025 23:08:07 +0200 Subject: [PATCH] fix: fixed syntax for actions in branches --- .github/workflows/makefile.yml | 4 +++- .github/workflows/norminette.yml | 4 +++- .github/workflows/sync.yml | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 3e4ae11..87bb79e 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -2,7 +2,9 @@ name: Makefile on: push: - branches: main, develop + branches: + - main + - develop jobs: check-makefile: diff --git a/.github/workflows/norminette.yml b/.github/workflows/norminette.yml index f1352fc..174d71f 100644 --- a/.github/workflows/norminette.yml +++ b/.github/workflows/norminette.yml @@ -2,7 +2,9 @@ name: Norminette on: push: - branches: main, develop + branches: + - main + - develop jobs: check-norminette: diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 1fdb61c..68c0a6b 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -2,7 +2,8 @@ name: Update 42 repo on: push: - branches: main + branches: + - main permissions: contents: write