fix: fixed syntax for actions in branches

This commit is contained in:
2025-10-23 23:08:07 +02:00
parent 841c219700
commit 45465a6f85
3 changed files with 8 additions and 3 deletions

View File

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

View File

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

View File

@@ -2,7 +2,8 @@ name: Update 42 repo
on: on:
push: push:
branches: main branches:
- main
permissions: permissions:
contents: write contents: write