From 1814821eeced2a3979e124981bb9ea7bb1d86aef Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 23 Oct 2025 23:02:44 +0200 Subject: [PATCH] update: makefile and norminette workflows are now applied only in main and develop branches --- .github/workflows/makefile.yml | 1 + .github/workflows/norminette.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index cca06e1..3e4ae11 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -2,6 +2,7 @@ name: Makefile on: push: + branches: main, develop jobs: check-makefile: diff --git a/.github/workflows/norminette.yml b/.github/workflows/norminette.yml index 843604c..f1352fc 100644 --- a/.github/workflows/norminette.yml +++ b/.github/workflows/norminette.yml @@ -2,6 +2,7 @@ name: Norminette on: push: + branches: main, develop jobs: check-norminette: