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:
push:
branches: main, develop
branches:
- main
- develop
jobs:
check-makefile: