update: makefile and norminette workflows are now applied only in main and develop branches
This commit is contained in:
1
.github/workflows/makefile.yml
vendored
1
.github/workflows/makefile.yml
vendored
@@ -2,6 +2,7 @@ name: Makefile
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches: main, develop
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-makefile:
|
check-makefile:
|
||||||
|
|||||||
1
.github/workflows/norminette.yml
vendored
1
.github/workflows/norminette.yml
vendored
@@ -2,6 +2,7 @@ name: Norminette
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches: main, develop
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-norminette:
|
check-norminette:
|
||||||
|
|||||||
Reference in New Issue
Block a user