fix: fixed syntax for actions in branches
This commit is contained in:
4
.github/workflows/makefile.yml
vendored
4
.github/workflows/makefile.yml
vendored
@@ -2,7 +2,9 @@ name: Makefile
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: main, develop
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
check-makefile:
|
||||
|
||||
4
.github/workflows/norminette.yml
vendored
4
.github/workflows/norminette.yml
vendored
@@ -2,7 +2,9 @@ name: Norminette
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: main, develop
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
check-norminette:
|
||||
|
||||
3
.github/workflows/sync.yml
vendored
3
.github/workflows/sync.yml
vendored
@@ -2,7 +2,8 @@ name: Update 42 repo
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: main
|
||||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
Reference in New Issue
Block a user