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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: main, develop
|
branches:
|
||||||
|
- main
|
||||||
|
- develop
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-makefile:
|
check-makefile:
|
||||||
|
|||||||
4
.github/workflows/norminette.yml
vendored
4
.github/workflows/norminette.yml
vendored
@@ -2,7 +2,9 @@ name: Norminette
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: main, develop
|
branches:
|
||||||
|
- main
|
||||||
|
- develop
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-norminette:
|
check-norminette:
|
||||||
|
|||||||
3
.github/workflows/sync.yml
vendored
3
.github/workflows/sync.yml
vendored
@@ -2,7 +2,8 @@ name: Update 42 repo
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: main
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|||||||
Reference in New Issue
Block a user