update: makefile and norminette workflows are now applied only in main and develop branches

This commit is contained in:
2025-10-23 23:02:44 +02:00
parent f12a3d8965
commit 992fe337c6
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ name: Makefile
on: on:
push: push:
branches: main, develop
jobs: jobs:
check-makefile: check-makefile:

View File

@@ -2,6 +2,7 @@ name: Norminette
on: on:
push: push:
branches: main, develop
jobs: jobs:
check-norminette: check-norminette: